diff options
author | Arquivo Publico de Memoria Coletiva <arquivo@sarava.org> | 2015-08-01 14:43:36 -0300 |
---|---|---|
committer | Arquivo Publico de Memoria Coletiva <arquivo@sarava.org> | 2015-08-01 14:43:36 -0300 |
commit | 5866f8cd31f734c1d40f95402ea0036fcf754edd (patch) | |
tree | 38792585b2b832a00175878552ddc25f4aab1434 /Makefile | |
parent | 5100df038df0a9212c12cede1bb57bbedb9ddf41 (diff) | |
download | arquivo-5866f8cd31f734c1d40f95402ea0036fcf754edd.tar.gz arquivo-5866f8cd31f734c1d40f95402ea0036fcf754edd.tar.bz2 |
Makefile: put exec perms back on scripts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ web: @ikiwiki --setup ikiwiki.setup + @chmod +x bin/* web_deploy: @rsync -avz --delete ./ arquivo:/var/cache/sites/arquivo/ |