Update directory
[clsql.git] / debian / upload.sh
index d38202ecad0899140135bb3628d58eeb6b963986..c5d401e03874471b8b21bb4326f76085b58c2acd 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/bash -e
 
-dup clsql -Uftp.med-info.com -D/home/ftp/clsql \
-    -C"(cd /opt/apache/htdocs/clsql.med-info.com; make install-doc)"
-
+dup clsql -Ufiles.b9.com -D/home/ftp/clsql -su \
+    -C"(umask 022; cd /srv/www/html/clsql; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*