summaryrefslogtreecommitdiff
path: root/bin/buildDebian.sh
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-11-24 12:41:12 +0000
committerJohn McLear <john@mclear.co.uk>2013-11-24 12:41:12 +0000
commitd6f1aa32362168207525a7dc895c346c189ece66 (patch)
tree36ef35829ee7c725d22ac5c84123697c070ea65d /bin/buildDebian.sh
parent678c80d1dcae8113b4065e1c44d16fa976ca1608 (diff)
downloadetherpad-lite-d6f1aa32362168207525a7dc895c346c189ece66.zip
clean
Diffstat (limited to 'bin/buildDebian.sh')
-rwxr-xr-xbin/buildDebian.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/buildDebian.sh b/bin/buildDebian.sh
index 507a60a4..3ca3d512 100755
--- a/bin/buildDebian.sh
+++ b/bin/buildDebian.sh
@@ -14,10 +14,10 @@ rm -rf ${DIST}
mkdir -p ${DIST}/
rm -rf ${SRC}
-rsync -a deb-src/ ${SRC}/
+rsync -a bin/deb-src/ ${SRC}/
mkdir -p ${SYSROOT}/opt/
-rsync --exclude '.git' -a ../ ${SYSROOT}/opt/etherpad/ --delete
+rsync --exclude '.git' -a . ${SYSROOT}/opt/etherpad/ --delete
find ${SRC}/ -type d -exec chmod 0755 {} \;
find ${SRC}/ -type f -exec chmod go-w {} \;