Rename UMLTESTDIR variable to TESTDIR
This commit is contained in:
committed by
Tobias Brunner
parent
36a3fe90d8
commit
bf48ee33e5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user