aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-21 18:29:17 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-21 18:29:17 +0100
commit97d7f299bf385e270b59382e9df5bfb3693dc2a9 (patch)
tree8f254096bff333f26d713781d927752713983ba4
parentpropagate: change default "netcat" command to "nc" (diff)
downloadlaurent-tools-97d7f299bf385e270b59382e9df5bfb3693dc2a9.tar.xz
laurent-tools-97d7f299bf385e270b59382e9df5bfb3693dc2a9.zip
conf: make deploy does symlink, not file copy
-rw-r--r--conf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Makefile b/conf/Makefile
index 17ff59a..b077466 100644
--- a/conf/Makefile
+++ b/conf/Makefile
@@ -1,2 +1,2 @@
deploy:
- install -m 750 bashrc-public ~/.bashrc-public
+ ln -s `readlink -f bashrc-public` ~/.bashrc-public