pull/2007/head
John McLear 2013-11-24 13:13:29 +00:00
parent 97f5b581b0
commit 8c1e066a02
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ rsync -a bin/deb-src/ ${SRC}/
mkdir -p ${SYSROOT}/opt/
rsync --exclude '.git' -a . ${SYSROOT}/opt/etherpad/ --delete
mkdir -p ${SYSROOT}/usr/share/doc
cp README.md ${SYSROOT}/usr/share/doc/etherpad
find ${SRC}/ -type d -exec chmod 0755 {} \;
find ${SRC}/ -type f -exec chmod go-w {} \;