From dcd6256870c21a1e569a380d9146c7a4aac4a08c Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 20 Feb 2008 20:31:26 +0000 Subject: [PATCH] I meant for that to be vdir at this point in the script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4147a53..0a6c557 100755 --- a/build.sh +++ b/build.sh @@ -97,7 +97,7 @@ pkgs_count=$(ls ../build/config.${pldistro}/bootstrapfs-*.pkgs 2> /dev/null | wc fi postfile=$(echo $pkgs | sed -e s,pkgs,post, ) - [ "$postfile" != "not-found-by-pl_locateDistroFile" ] && /bin/bash $postfile ${vref} || : + [ "$postfile" != "not-found-by-pl_locateDistroFile" ] && /bin/bash $postfile ${vdir} || : # Create a copy of the ${NAME} bootstrap filesystem w/o the base -- 2.43.0