This commit is contained in:
John McLear 2013-11-24 12:41:12 +00:00
parent 678c80d1dc
commit d6f1aa3236
27 changed files with 1622 additions and 4 deletions

View file

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