From beff82dd98c20570daf166b39cadcdf76a661e57 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Tue, 4 Dec 2012 18:46:21 +0100 Subject: Adjust strongSwan version handling in HTML output --- testing/scripts/build-umlrootfs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index f321463db..85682fa21 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -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 -- cgit v1.2.3