divert busybox binary to /opt/busybox-power/
authorDennis Groenen <tj.groenen@gmail.com>
Tue, 12 Feb 2013 06:14:33 +0000 (07:14 +0100)
committerDennis Groenen <tj.groenen@gmail.com>
Tue, 12 Feb 2013 19:55:02 +0000 (20:55 +0100)
debian/busybox-power.postinst
debian/busybox-power.prerm

index 0dd43bc..da84ce5 100644 (file)
@@ -15,7 +15,7 @@
 
 INSTALLDIR="/opt/busybox-power"
 EXECPWR="$INSTALLDIR/busybox.power"
-DISTBIN="/bin/busybox.distrib"
+DISTBIN="$INSTALLDIR/busybox.distrib"
 
 VERBOSE="0"
 SYMLINK="1"
index a0d4ea1..4e23d46 100644 (file)
@@ -13,7 +13,7 @@
 
 INSTALLDIR="/opt/busybox-power"
 EXECPWR="$INSTALLDIR/busybox.power"
-DISTBIN="/bin/busybox.distrib"
+DISTBIN="$INSTALLDIR/busybox.distrib"
 
 VERBOSE="0"
 MODIFIEDBIN="0"