DESTDIR was inconsistent in the first call to make (and fix for bootstrap)
This commit is contained in:
parent
8d2cdf3fe8
commit
ac05a1257e
|
@ -67,7 +67,7 @@ $MKDIR "$DST" || error
|
|||
echo ""
|
||||
echo "Configuring CVS module $MODULE:"
|
||||
cd "$SRC" || error
|
||||
$MAKE DESTDIR="$DESTDIR" || error
|
||||
$MAKE DESTDIR="$DST" < "$DEVNULL" || error
|
||||
|
||||
#build
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user