summaryrefslogtreecommitdiffstats
path: root/god
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-12-18 22:16:34 +0100
committertv <tv@nomic.retiolum>2013-12-18 22:16:34 +0100
commitb47a1471a74cc9d9b2951216d3558a829d8364f4 (patch)
treebc47ae59efa77762193ed123fee89e1dc034be42 /god
parente152f84b84b348070ca31e34c65bc54f07af8b8b (diff)
parent3808b2300de3a1cfa25f0c878ce6ef25f96ff504 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'god')
-rw-r--r--god/claws/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/god/claws/Makefile b/god/claws/Makefile
index abfae5eb..5c9bb8e1 100644
--- a/god/claws/Makefile
+++ b/god/claws/Makefile
@@ -4,7 +4,7 @@
BINARY=./rcontrol
install: all
- ln -snf $$PWD/$(BINARY) ../bin/
+ ln -snf $$PWD/$(BINARY) ../../bin/
all:$(BINARY)
chown root.root $(BINARY)