autotoolize
[m6w6/btr] / bin / btr
diff --git a/bin/btr b/bin/btr
index 74464549ff23edeb7d6cf825b407cf572bce2dbd..6f303b7f21cd826fb10ac45736295215a1b7dfe9 100755 (executable)
--- a/bin/btr
+++ b/bin/btr
@@ -4,7 +4,7 @@ export DATE=$(date +%Y%m%d%H%M%S)
 export CPUS=${CPUS:-$(grep -c "^processor" /proc/cpuinfo)}
 
 export BINDIR=$(realpath $(dirname $0)/)
-export LIBDIR=$(realpath $(dirname $0)/../lib/btr)
+export LIBDIR=$(realpath $(dirname $0)/../share/btr)
 
 . $LIBDIR/btr.sh