diff options
author | Arquivo Publico de Memoria Coletiva <arquivo@sarava.org> | 2015-08-01 15:49:58 -0300 |
---|---|---|
committer | Arquivo Publico de Memoria Coletiva <arquivo@sarava.org> | 2015-08-01 15:49:58 -0300 |
commit | 334297029dcb39d5592d1ed2a7e5a3f4cd9e96fa (patch) | |
tree | 328872124f2ab4511882c03b951abd80db2f98d2 /Makefile | |
parent | 0f550d37ddefe241e19051ae95905dbae79427d5 (diff) | |
download | arquivo-334297029dcb39d5592d1ed2a7e5a3f4cd9e96fa.tar.gz arquivo-334297029dcb39d5592d1ed2a7e5a3f4cd9e96fa.tar.bz2 |
Makefile fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,5 +21,5 @@ web: web_deploy: @rsync -avz --delete ./ arquivo:/var/cache/sites/arquivo/ -post_update: .git/hooks/post-update +post_update: cd .git/hooks && ln -sf ../../bin/post-update |