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