r10112: fix permissions
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Oct 2004 15:48:18 +0000 (15:48 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Oct 2004 15:48:18 +0000 (15:48 +0000)
debian/upload.sh

index 5ef87538fc167ce2c8c3289f994ce1c8124b0832..05e924285c3eeeddfc938d9ef78aa692bc80ab3f 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
 dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \
-    -C"(umask 022; cd /opt/apache/htdocs/clsql; make install)" $*
+    -C"(umask 022; cd /opt/apache/htdocs/clsql; make install; find . -type d |xargs go+rx; find . -type f | xargs go+r)" $*