diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-11-28 16:07:42 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 15:22:08 +0100 |
commit | 633bee03fcd05908eeff138a77a8970505579032 (patch) | |
tree | ac77c958a4467f7b86686b62428795c4b7d14b28 /testing/scripts/build-umlrootfs | |
parent | d94f6a2ff62ad31241854dccc6c07ab1ed863664 (diff) | |
download | strongswan-633bee03fcd05908eeff138a77a8970505579032.tar.bz2 strongswan-633bee03fcd05908eeff138a77a8970505579032.tar.xz |
Patch EAP-SIM module in FreeRADIUS
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 1 |
1 files changed, 1 insertions, 0 deletions
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.." |