r10974: make sure permissions are okay
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 7 Jul 2006 18:09:13 +0000 (18:09 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 7 Jul 2006 18:09:13 +0000 (18:09 +0000)
debian/upload.sh

index 6319b678c7e9a9493e95aa60c989a791333b539e..51a264d754285aada28f64500b44c5ccc5f36e92 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
 #!/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)" $*