whoa there, no need to include .git folder in build

This commit is contained in:
John McLear 2013-11-24 02:57:15 +00:00
parent 9d2f5e5cca
commit 678c80d1dc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {} \;