Adjust strongSwan version handling in HTML output
This commit is contained in:
committed by
Tobias Brunner
parent
ffe710ae71
commit
beff82dd98
@@ -75,7 +75,8 @@ for r in $RECIPES
|
||||
do
|
||||
cecho-n " - $r.."
|
||||
cp $RECPDIR/$r ${LOOPDIR}/root/compile
|
||||
chroot ${LOOPDIR} make -C /root/compile -f $r >>$LOGFILE 2>&1
|
||||
chroot ${LOOPDIR} make SWANVERSION=$SWANVERSION -C /root/compile -f $r \
|
||||
>> $LOGFILE 2>&1
|
||||
if [ $? != 0 ]; then
|
||||
cecho "failed"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user