From eaea2c7da378f6a08897304a4671db5f81249fc4 Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Fri, 15 Mar 2013 06:58:16 -0700 Subject: [PATCH] sync all files in the html directory in build script fixes #586 --- scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build b/scripts/build index 8895a52e..8e02043e 100755 --- a/scripts/build +++ b/scripts/build @@ -33,7 +33,7 @@ function melpa { make 1>> ${MELPASTDOUT} 2>> ${STDERR} ## 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-x ${WEBROOT}/packages/*