diff options
Diffstat (limited to 'testing/scripts')
-rwxr-xr-x | testing/scripts/build-guestimages | 3 | ||||
-rw-r--r-- | testing/scripts/recipes/015_strongTNC.mk | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/testing/scripts/build-guestimages b/testing/scripts/build-guestimages index b84536adf..245fc2524 100755 --- a/testing/scripts/build-guestimages +++ b/testing/scripts/build-guestimages @@ -51,10 +51,7 @@ do if [ "$host" = "alice" ] then execute "mkdir $LOOPDIR/var/log/apache2/tnc" 0 - execute "mkdir $LOOPDIR/etc/strongTNC" 0 execute "mkdir $LOOPDIR/etc/pts" 0 - execute_chroot "chgrp www-data /etc/strongTNC" 0 - execute_chroot "chmod g+w /etc/strongTNC" 0 execute_chroot "chgrp www-data /etc/pts" 0 execute_chroot "chmod g+w /etc/pts" 0 fi diff --git a/testing/scripts/recipes/015_strongTNC.mk b/testing/scripts/recipes/015_strongTNC.mk index 0dad6c88e..cc4a94a0b 100644 --- a/testing/scripts/recipes/015_strongTNC.mk +++ b/testing/scripts/recipes/015_strongTNC.mk @@ -19,4 +19,4 @@ $(DEPS): $(PKG)-master install: $(DEPS) pip install --no-index --find-links=file://`pwd`/$(DEPS) -r $(PKG)-master/requirements.txt - cp -r $(PKG)-master /var/www/tnc && chgrp -R www-data /var/www/tnc + cp -r $(PKG)-master /var/www/tnc && chgrp -R www-data /var/www/tnc && chmod g+w /var/www/tnc /var/www/tnc/django.db |