From: Greg Brockman Date: Tue, 19 Jan 2010 06:32:22 +0000 (-0500) Subject: Removed nonexistance makefile target and redundant ch{mod,gp}ing X-Git-Tag: 0.1.5~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/79b540463d354509bc07d78622c58f729cd38bd0 Removed nonexistance makefile target and redundant ch{mod,gp}ing svn path=/trunk/packages/invirt-web/; revision=2909 --- diff --git a/debian/changelog b/debian/changelog index c489ddc..4a478d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-web (0.1.5) unstable; urgency=low + + * Removed nonexistance makefile target and redundant ch{mod,gp}ing + + -- Greg Brockman Tue, 19 Jan 2010 01:31:46 -0500 + invirt-web (0.1.4) unstable; urgency=low * Merge invirt-web-iptables into invirt-web and use the new diff --git a/debian/invirt-web.postinst b/debian/invirt-web.postinst index 4ef0aa1..14f8469 100755 --- a/debian/invirt-web.postinst +++ b/debian/invirt-web.postinst @@ -21,9 +21,7 @@ set -e case "$1" in configure) cd /var/www/invirt-web - make clean && make all - chgrp -R invirt . - chmod -R g+w . + make all a2enmod rewrite a2enmod ssl