r10730: Automated commit for Debian build of clsql upstream-version-3.2.4
[clsql.git] / debian / upload.sh
index 5ef87538fc167ce2c8c3289f994ce1c8124b0832..5c4c9a1b5ea306878d17e6ed9a2fa6ccef40e15d 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 chmod go+rx; find . -type f | xargs chmod go+r)" $*