Revert "Update package dependency from libwxgtk3.0-dev to libwxgtk3.0-gtk3-dev for...
[ctsim.git] / debian / upload.sh
index abc20ee5cdce5395a920fa81422388c5d407a8f1..56fe8943065894b67343a53d8b38fb50c42d2a9a 100755 (executable)
@@ -1,6 +1,4 @@
-#!/bin/sh -e
-
-dup ctsim -Uftp.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)" $*