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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/make
|
||||
|
||||
PV = 5.0.1
|
||||
PV = $(SWANVERSION)
|
||||
PKG = strongswan-$(PV)
|
||||
TAR = $(PKG).tar.bz2
|
||||
SRC = http://download.strongswan.org/$(TAR)
|
||||
|
||||
Reference in New Issue
Block a user