DESTDIR was inconsistent in the first call to make (and fix for bootstrap)

This commit is contained in:
Pierre Pronchery 2009-12-23 19:38:15 +00:00
parent 8d2cdf3fe8
commit ac05a1257e

View File

@ -67,7 +67,7 @@ $MKDIR "$DST" || error
echo "" echo ""
echo "Configuring CVS module $MODULE:" echo "Configuring CVS module $MODULE:"
cd "$SRC" || error cd "$SRC" || error
$MAKE DESTDIR="$DESTDIR" || error $MAKE DESTDIR="$DST" < "$DEVNULL" || error
#build #build
echo "" echo ""