Update directory
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 19 Dec 2011 19:25:15 +0000 (12:25 -0700)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 19 Dec 2011 19:25:15 +0000 (12:25 -0700)
debian/upload.sh

index 51a264d754285aada28f64500b44c5ccc5f36e92..e0910bd3d98f23636f46c80d2506444d78a542f6 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
 dup uffi -Ufiles.b9.com -D/home/ftp/uffi -su \
-    -C"(umask 022; cd /opt/apache/htdocs/uffi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*
+    -C"(umask 022; cd /srv/www/html/uffi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*