From 378d7b5e2465376d6f17ae5356c33376d538efec Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Wed, 10 Aug 2011 09:24:48 -0600 Subject: [PATCH] Switch a hardcoded "boot" to "$INITFS" in auto/build --- live-build/auto/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/build b/live-build/auto/build index ff927926..2a579c9d 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -129,7 +129,7 @@ if [ -e "binary/$INITFS/filesystem.packages" ]; then fi if [ -e "binary/$INITFS/filesystem.packages-remove" ]; then # Not a typo, empty manifest-remove has a single LF in it. :/ - if [ $(cat binary/boot/filesystem.packages-remove | wc -c) -gt 1 ]; then + if [ $(cat binary/$INITFS/filesystem.packages-remove | wc -c) -gt 1 ]; then ln "binary/$INITFS/filesystem.packages-remove" "$PREFIX.manifest-remove" chmod 644 "$PREFIX.manifest-remove" fi