r10974: make sure permissions are okay
[uffi.git] / debian / upload.sh
index 0c71ef3abe7227d14be29bc3a8f0b9a999d22eec..51a264d754285aada28f64500b44c5ccc5f36e92 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 /opt/apache/htdocs/uffi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*