testing: strongTNC does not come with django.db any more

This commit is contained in:
Andreas Steffen
2016-12-17 18:09:20 +01:00
parent 3c1e5ad6ce
commit 470e61ae77
4 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -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 && chmod g+w /var/www/tnc /var/www/tnc/django.db
cp -r $(PKG)-master /var/www/tnc && chgrp -R www-data /var/www/tnc && chmod g+sw /var/www/tnc