Skip to content

Commit

Permalink
sync all files in the html directory in build script
Browse files Browse the repository at this point in the history
fixes #586
  • Loading branch information
Donald Curtis committed Mar 15, 2013
1 parent 925b658 commit eaea2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Expand Up @@ -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/*
Expand Down

0 comments on commit eaea2c7

Please sign in to comment.