X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=56fe8943065894b67343a53d8b38fb50c42d2a9a;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=4c39ccff50cdf2d3381def6e5d1d76a03d28c086;hpb=db6dba3e00c6ba0c3d2a0dfdda12bc8f924c05bf;p=ctsim.git diff --git a/debian/upload.sh b/debian/upload.sh index 4c39ccf..56fe894 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,6 +1,4 @@ -#!/bin/sh -e - -debupload.sh -Sctsim -B"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)" $*