From 51b4c6ade72afd397972609cb8062549a32cda9d Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 19 Nov 2012 18:23:17 +0100 Subject: [PATCH] new locatiopn for scripts --- checkdeps.rb.in | 2 +- configure.ac | 2 +- oneelf.rb.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/checkdeps.rb.in b/checkdeps.rb.in index ee93c24..7caceac 100644 --- a/checkdeps.rb.in +++ b/checkdeps.rb.in @@ -4,7 +4,7 @@ # Author: Petteri Räty $: << File.dirname(__FILE__) -require "@LIBDIR@/@PACKAGE@/go-pkgutil.rb" +require "@DATADIR@/@PACKAGE@/go-pkgutil.rb" $verbose = false $quiet = false diff --git a/configure.ac b/configure.ac index d0a9a2e..a0d8e1c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([go-utils], [0.4]) +AC_INIT([go-utils], [0.4.1]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 no-dependencies]) diff --git a/oneelf.rb.in b/oneelf.rb.in index a20aee9..db1602a 100644 --- a/oneelf.rb.in +++ b/oneelf.rb.in @@ -4,7 +4,7 @@ # Author: Petteri Räty $: << File.dirname(__FILE__) -require "@LIBDIR@/@PACKAGE@/go-pkgutil.rb" +require "@DATADIR@/@PACKAGE@/go-pkgutil.rb" elf = ARGV[0]