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]