mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
mkdir
This commit is contained in:
parent
97f5b581b0
commit
8c1e066a02
1 changed files with 1 additions and 0 deletions
|
@ -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 {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue