r10700: fix xargs chmod
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 8 Sep 2005 15:22:14 +0000 (15:22 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 8 Sep 2005 15:22:14 +0000 (15:22 +0000)
debian/upload.sh

index 05e924285c3eeeddfc938d9ef78aa692bc80ab3f..5c4c9a1b5ea306878d17e6ed9a2fa6ccef40e15d 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
 dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \
-    -C"(umask 022; cd /opt/apache/htdocs/clsql; make install; find . -type d |xargs go+rx; find . -type f | xargs go+r)" $*
+    -C"(umask 022; cd /opt/apache/htdocs/clsql; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*