mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +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
|
||||
rsync -avz --delete ${MELPADIR}/packages ${MELPADIR}/html/* ${WEBROOT}/ 1>> ${STDOUT} 2>> ${STDERR}
|
||||
|
||||
chmod -R go+r ${WEBROOT}/packages/*
|
||||
chmod -R go-x ${WEBROOT}/packages/*
|
||||
chmod -R go+rx ${WEBROOT}/packages/*
|
||||
|
||||
/usr/sbin/logrotate -s $HOME/log/logrotate.state $HOME/log/melpa.logrotate 1>> ${STDOUT} 2>> ${STDERR}
|
||||
|
||||
|
|
Loading…
Reference in a new issue