Revert "Update package dependency from libwxgtk3.0-dev to libwxgtk3.0-gtk3-dev for...
[ctsim.git] / debian / upload.sh
old mode 100644 (file)
new mode 100755 (executable)
index efa12fc..56fe894
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup ctsim -Uwww.kpe.io -D/home/ftp/ctsim -C"(umask 022; cd /srv/www/html/ctsim; make install)" -su $*
-
+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)" $*