X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=56fe8943065894b67343a53d8b38fb50c42d2a9a;hb=f0bcc000de560b3578eb436781ad2c7890ee37cb;hp=7702c6491c2337a781e04fb95a82625a7d6129a1;hpb=fc25d61ff5e3b1317d6008ac1f99cc4e5ff612ff;p=ctsim.git diff --git a/debian/upload.sh b/debian/upload.sh index 7702c64..56fe894 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,6 +1,4 @@ -#!/bin/sh -e - -debupload.sh ctsim ctsim "ctsim ctsim-doc ctsim-help" -hftp.med-info.com -d/home/ftp/pub/ctsim -c"(cd /opt/apache/htdocs/ctsim.org; make)" - -exit 0 +#!/bin/bash -e +dup ctsim -Ufiles.kpe.io -D/home/ftp/ctsim -su \ + -C"(umask 022; cd /srv/www/html/ctsim; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*