projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679f269
)
err, actually writable
author
Greg Price
<price@mit.edu>
Sat, 29 Mar 2008 15:40:40 +0000
(11:40 -0400)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/debian/sipb-xen-www.postinst
b/debian/sipb-xen-www.postinst
index
96ed42b
..
5ddf6f9
100755
(executable)
--- 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)