r10145: add patch for collect-table-refs
[clsql.git] / debian / upload.sh
index 2c1820ce014ddca1b8df8ef20460ad32a368691a..05e924285c3eeeddfc938d9ef78aa692bc80ab3f 100755 (executable)
@@ -1,5 +1,4 @@
-#!/bin/sh -e
-
-dup clsql -Uftp.med-info.com -D/home/ftp/pub/clsql \
-    -C"(cd /opt/apache/htdocs/clsql.med-info.com; make)"
+#!/bin/bash -e
 
+dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \
+    -C"(umask 022; cd /opt/apache/htdocs/clsql; make install; find . -type d |xargs go+rx; find . -type f | xargs go+r)" $*