r10974: make sure permissions are okay
[uffi.git] / debian / upload.sh
index 6319b678c7e9a9493e95aa60c989a791333b539e..51a264d754285aada28f64500b44c5ccc5f36e92 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup uffi -Uftp.b9.com -D/home/ftp/uffi -C"(umask 022; 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)" $*