aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-07 14:19:11 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:53 +0100
commitbf48ee33e568ee8456fa8324a39b11946f4628a6 (patch)
tree812ad78df9a5bb18a1ee456949c60a03c73279af /testing/scripts/build-umlrootfs
parent36a3fe90d88a53ba5c4f69e089697a6298527505 (diff)
downloadstrongswan-bf48ee33e568ee8456fa8324a39b11946f4628a6.tar.bz2
strongswan-bf48ee33e568ee8456fa8324a39b11946f4628a6.tar.xz
Rename UMLTESTDIR variable to TESTDIR
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 271e532d4..cf11844ce 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -45,7 +45,7 @@ do_on_exit umount $LOOPDIR/proc
do_on_exit umount $LOOPDIR
echo "Installing software from source"
-RECPDIR=$UMLTESTDIR/testing/scripts/recipes
+RECPDIR=$TESTDIR/testing/scripts/recipes
RECIPES=`ls $RECPDIR/*.mk | xargs -n1 basename`
execute "cp -r $RECPDIR/patches $LOOPDIR/root/compile" 0
for r in $RECIPES