aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-guestimages
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-12-13 18:59:25 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:57 +0100
commit16cd6f63e29fd1597804c167c68f103ca20cbf5e (patch)
tree3a98e83f81bd42be3f2585b030d5516ccbcfcc7b /testing/scripts/build-guestimages
parent7fa92110e82e3cabb8060dfef0bcec538083454d (diff)
downloadstrongswan-16cd6f63e29fd1597804c167c68f103ca20cbf5e.tar.bz2
strongswan-16cd6f63e29fd1597804c167c68f103ca20cbf5e.tar.xz
Don't refer to recipes and images via $TESTDIR
This way no symlink to the testing directory is required in $TESTDIR.
Diffstat (limited to 'testing/scripts/build-guestimages')
-rwxr-xr-xtesting/scripts/build-guestimages2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/build-guestimages b/testing/scripts/build-guestimages
index 5186b8a6a..bf6d21d08 100755
--- a/testing/scripts/build-guestimages
+++ b/testing/scripts/build-guestimages
@@ -54,7 +54,7 @@ do
if [ "$host" = "winnetou" ]
then
execute "mkdir $LOOPDIR/var/log/apache2/ocsp" 0
- execute "cp -rf $TESTDIR/testing/images $LOOPDIR/var/www/" 0
+ execute "cp -rf $PWD/images $LOOPDIR/var/www/" 0
execute_chroot "ln -s /etc/openssl/certs /var/www/certs" 0
execute_chroot "/etc/openssl/generate-crl" 0
execute_chroot "update-rc.d apache2 defaults" 0