r10974: make sure permissions are okay
[uffi.git] / debian / upload.sh
index 7ddfa0d189d5eaf55fc26779a6c9e4d3ca75488b..51a264d754285aada28f64500b44c5ccc5f36e92 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup uffi -Uftp.med-info.com -D/home/ftp/uffi -C"(cd /opt/apache/htdocs/uffi; make install)" -su $*
-
+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)" $*