mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
cp readme on build
This commit is contained in:
parent
1eef5278bd
commit
97f5b581b0
2 changed files with 1 additions and 116 deletions
|
@ -18,7 +18,7 @@ rsync -a bin/deb-src/ ${SRC}/
|
|||
mkdir -p ${SYSROOT}/opt/
|
||||
|
||||
rsync --exclude '.git' -a . ${SYSROOT}/opt/etherpad/ --delete
|
||||
|
||||
cp README.md ${SYSROOT}/usr/share/doc/etherpad
|
||||
find ${SRC}/ -type d -exec chmod 0755 {} \;
|
||||
find ${SRC}/ -type f -exec chmod go-w {} \;
|
||||
chown -R root:root ${SRC}/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue