mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
build: combine chmod calls
This commit is contained in:
parent
12bd848555
commit
89c73d37e6
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ function melpa {
|
||||||
## sync to the web directory
|
## sync to the web directory
|
||||||
rsync -avz --delete ${MELPADIR}/packages ${MELPADIR}/html/* ${WEBROOT}/ 1>> ${STDOUT} 2>> ${STDERR}
|
rsync -avz --delete ${MELPADIR}/packages ${MELPADIR}/html/* ${WEBROOT}/ 1>> ${STDOUT} 2>> ${STDERR}
|
||||||
|
|
||||||
chmod -R go+r ${WEBROOT}/packages/*
|
chmod -R go+rx ${WEBROOT}/packages/*
|
||||||
chmod -R go-x ${WEBROOT}/packages/*
|
|
||||||
|
|
||||||
/usr/sbin/logrotate -s $HOME/log/logrotate.state $HOME/log/melpa.logrotate 1>> ${STDOUT} 2>> ${STDERR}
|
/usr/sbin/logrotate -s $HOME/log/logrotate.state $HOME/log/melpa.logrotate 1>> ${STDOUT} 2>> ${STDERR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue