mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
parent
925b658d4c
commit
eaea2c7da3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function melpa {
|
||||||
make 1>> ${MELPASTDOUT} 2>> ${STDERR}
|
make 1>> ${MELPASTDOUT} 2>> ${STDERR}
|
||||||
|
|
||||||
## sync to the web directory
|
## sync to the web directory
|
||||||
rsync -avz --delete ${MELPADIR}/packages ${MELPADIR}/html/{index.html,updates.rss,highlight.pack.js,style.css,styles,languages} ${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+r ${WEBROOT}/packages/*
|
||||||
chmod -R go-x ${WEBROOT}/packages/*
|
chmod -R go-x ${WEBROOT}/packages/*
|
||||||
|
|
Loading…
Reference in a new issue