Don't refer to recipes and images via $TESTDIR

This way no symlink to the testing directory is required in $TESTDIR.
This commit is contained in:
Tobias Brunner
2013-01-17 16:54:57 +01:00
parent 7fa92110e8
commit 16cd6f63e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ execute "mount -o bind $ROOTIMGCOMPILEDIR $LOOPDIR/root/compile"
do_on_exit umount $LOOPDIR/root/compile
echo "Installing software from source"
RECPDIR=$TESTDIR/testing/scripts/recipes
RECPDIR=$PWD/scripts/recipes
RECIPES=`ls $RECPDIR/*.mk | xargs -n1 basename`
execute "cp -r $RECPDIR/patches $LOOPDIR/root/compile" 0
for r in $RECIPES