Patch EAP-SIM module in FreeRADIUS

This commit is contained in:
Tobias Brunner
2013-01-17 15:22:08 +01:00
parent d94f6a2ff6
commit 633bee03fc
3 changed files with 45 additions and 4 deletions
+1
View File
@@ -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.."