mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
build: prefer "foo/." to "foo/*" in rsync source file list
This commit is contained in:
parent
89c73d37e6
commit
9b50b9d464
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function melpa {
|
|||
make 1>> ${MELPASTDOUT} 2>> ${STDERR}
|
||||
|
||||
## 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+rx ${WEBROOT}/packages/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue