From 678c80d1dcae8113b4065e1c44d16fa976ca1608 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 24 Nov 2013 02:57:15 +0000 Subject: [PATCH] whoa there, no need to include .git folder in build --- bin/buildDebian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildDebian.sh b/bin/buildDebian.sh index b78cb53d..507a60a4 100755 --- a/bin/buildDebian.sh +++ b/bin/buildDebian.sh @@ -17,7 +17,7 @@ rm -rf ${SRC} rsync -a deb-src/ ${SRC}/ mkdir -p ${SYSROOT}/opt/ -rsync -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 {} \;