# HG changeset patch # User Rob Landley # Date 1176330111 14400 # Node ID fec886bc24b9fc79da84a2b129a2ad39bc78d7e6 # Parent ecf6d9286e2b26b570caa9f98f7724382ddc324a Bug pointed out by blaster8 on #firmware: losetup is in sbin and there's no guarantee sbin is in $PATH. diff -r ecf6d9286e2b -r fec886bc24b9 package-mini-native.sh --- a/package-mini-native.sh Wed Apr 11 18:00:53 2007 -0400 +++ b/package-mini-native.sh Wed Apr 11 18:21:51 2007 -0400 @@ -23,7 +23,7 @@ # Jump to build dir echo copying files... cd "$BUILD" -losetup /dev/loop1 "$IMAGE" +/sbin/losetup /dev/loop1 "$IMAGE" mount -n -t ext2 /dev/loop1 "$WORK" tar cC "$NATIVE" tools | tar xC "$WORK" mkdir "$WORK"/dev