new locatiopn for scripts
This commit is contained in:
parent
c54c2d9b1f
commit
51b4c6ade7
@ -4,7 +4,7 @@
|
||||
# Author: Petteri Räty <betelgeuse@gentoo.org>
|
||||
|
||||
$: << File.dirname(__FILE__)
|
||||
require "@LIBDIR@/@PACKAGE@/go-pkgutil.rb"
|
||||
require "@DATADIR@/@PACKAGE@/go-pkgutil.rb"
|
||||
|
||||
$verbose = false
|
||||
$quiet = false
|
||||
|
@ -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])
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Author: Petteri Räty <betelgeuse@gentoo.org>
|
||||
|
||||
$: << File.dirname(__FILE__)
|
||||
require "@LIBDIR@/@PACKAGE@/go-pkgutil.rb"
|
||||
require "@DATADIR@/@PACKAGE@/go-pkgutil.rb"
|
||||
|
||||
elf = ARGV[0]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user