mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
whoa there, no need to include .git folder in build
This commit is contained in:
parent
9d2f5e5cca
commit
678c80d1dc
1 changed files with 1 additions and 1 deletions
|
@ -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 {} \;
|
||||
|
|
Loading…
Reference in a new issue