err, actually writable
authorGreg Price <price@mit.edu>
Sat, 29 Mar 2008 15:40:40 +0000 (11:40 -0400)
committerGreg Price <price@mit.edu>
Sat, 29 Mar 2008 15:40:40 +0000 (11:40 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=308

debian/sipb-xen-www.postinst

index 96ed42b..5ddf6f9 100755 (executable)
@@ -23,6 +23,7 @@ case "$1" in
        cd /var/www/sipb-xen-www
        make clean && make all
        chgrp -R sipb-xen .
+       chmod -R g+w .
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)