From 1d02c55e91f06430c097bd5023ceb5c5782a52b8 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 29 Mar 2008 11:40:40 -0400 Subject: [PATCH 1/1] err, actually writable svn path=/trunk/packages/sipb-xen-www/; revision=308 --- debian/sipb-xen-www.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/sipb-xen-www.postinst b/debian/sipb-xen-www.postinst index 96ed42b..5ddf6f9 100755 --- a/debian/sipb-xen-www.postinst +++ b/debian/sipb-xen-www.postinst @@ -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) -- 1.7.9.5