From: Dennis Groenen Date: Tue, 12 Feb 2013 06:14:33 +0000 (+0100) Subject: divert busybox binary to /opt/busybox-power/ X-Git-Tag: 1.21.0power2~2 X-Git-Url: https://vcs.maemo.org/git/?p=busybox-power;a=commitdiff_plain;h=ca0b38fb885ccd1da866d62733ec758890963438 divert busybox binary to /opt/busybox-power/ --- diff --git a/debian/busybox-power.postinst b/debian/busybox-power.postinst index 0dd43bc..da84ce5 100644 --- a/debian/busybox-power.postinst +++ b/debian/busybox-power.postinst @@ -15,7 +15,7 @@ INSTALLDIR="/opt/busybox-power" EXECPWR="$INSTALLDIR/busybox.power" -DISTBIN="/bin/busybox.distrib" +DISTBIN="$INSTALLDIR/busybox.distrib" VERBOSE="0" SYMLINK="1" diff --git a/debian/busybox-power.prerm b/debian/busybox-power.prerm index a0d4ea1..4e23d46 100644 --- a/debian/busybox-power.prerm +++ b/debian/busybox-power.prerm @@ -13,7 +13,7 @@ INSTALLDIR="/opt/busybox-power" EXECPWR="$INSTALLDIR/busybox.power" -DISTBIN="/bin/busybox.distrib" +DISTBIN="$INSTALLDIR/busybox.distrib" VERBOSE="0" MODIFIEDBIN="0"