X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=3033bc7647d74f8457bef17ebb6ad6cc6f793754;hb=refs%2Ftags%2Fdebian-1.0.15-1;hp=c98cd66aa4ce4ca58565096b6e10b44e63ac5eb8;hpb=3f9781215723a95d11649ede896a826bc293a277;p=reversi.git diff --git a/debian/upload.sh b/debian/upload.sh index c98cd66..3033bc7 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup reversi -Uftp.med-info.com -D/home/ftp/reversi -C"(cd /opt/apache/htdocs/reversi.med-info.com; make install)" -su $* - +dup reversi -Ufiles.b9.com -D/home/ftp/reversi -su \ + -C"(umask 022; cd /srv/www/html/reversi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*