mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
clean
This commit is contained in:
parent
678c80d1dc
commit
d6f1aa3236
27 changed files with 1622 additions and 4 deletions
|
@ -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 {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue