Adjust strongSwan version handling in HTML output

This commit is contained in:
Reto Buerki
2013-01-17 15:22:08 +01:00
committed by Tobias Brunner
parent ffe710ae71
commit beff82dd98
4 changed files with 29 additions and 25 deletions
+2 -1
View File
@@ -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 -1
View File
@@ -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)