X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Fupload.sh;h=05e924285c3eeeddfc938d9ef78aa692bc80ab3f;hp=5ef87538fc167ce2c8c3289f994ce1c8124b0832;hb=36509b8d390e94b2b0f8e681c09d5e89452978d8;hpb=32f0258a070695de12e1651dfa1c4ee31337a15e diff --git a/debian/upload.sh b/debian/upload.sh index 5ef8753..05e9242 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -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)" $* + -C"(umask 022; cd /opt/apache/htdocs/clsql; make install; find . -type d |xargs go+rx; find . -type f | xargs go+r)" $*