From c34b879f8eea24628842b8244615e1dba690ea75 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 4 Sep 2012 17:20:10 -0600 Subject: [PATCH] Automated commit for debian release 0.9.0-2 --- debian/upload.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/upload.sh b/debian/upload.sh index 08192cf..a2ba452 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,4 @@ #!/bin/bash -e -dup cl-rss -Ufiles.b9.com -D/home/ftp/cl-rss -C"(umask 022; /home/kevin/bin/remove-old-versions cl-rss latest)" -su $* +dup cl-rss -Ufiles.b9.com -D/home/ftp/cl-rss -su \ + -C"(umask 022; cd /srv/www/html/cl-rss; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $* -- 2.34.1