From 633bee03fcd05908eeff138a77a8970505579032 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 28 Nov 2012 16:07:42 +0100 Subject: Patch EAP-SIM module in FreeRADIUS --- testing/scripts/build-umlrootfs | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 2633f1b28..d3395c872 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -80,6 +80,7 @@ mount -o bind $ROOTFSCOMPILEDIR $LOOPDIR/root/compile >> $LOGFILE 2>&1 cecho " * Installing software from source.." RECPDIR=$UMLTESTDIR/testing/scripts/recipes RECIPES=`ls $RECPDIR/*.mk | xargs -n1 basename` +cp -r $RECPDIR/patches $LOOPDIR/root/compile for r in $RECIPES do cecho-n " - $r.." -- cgit v1.2.3