Removed nonexistance makefile target and redundant ch{mod,gp}ing
authorGreg Brockman <gdb@mit.edu>
Tue, 19 Jan 2010 06:32:22 +0000 (01:32 -0500)
committerGreg Brockman <gdb@mit.edu>
Tue, 19 Jan 2010 06:32:22 +0000 (01:32 -0500)
svn path=/trunk/packages/invirt-web/; revision=2909

debian/changelog
debian/invirt-web.postinst

index c489ddc..4a478d7 100644 (file)
@@ -1,3 +1,9 @@
+invirt-web (0.1.5) unstable; urgency=low
+
+  * Removed nonexistance makefile target and redundant ch{mod,gp}ing
+
+ -- Greg Brockman <gdb@mit.edu>  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
index 4ef0aa1..14f8469 100755 (executable)
@@ -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