summaryrefslogtreecommitdiffstats
path: root/god/claws
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-18 20:56:57 +0100
committermakefu <github@syntax-fehler.de>2013-12-18 20:56:57 +0100
commit1c627a1cb5979fd6925b9495b9b132b83f2166a2 (patch)
treeaf6a5c9d5a565f6df837569a6ddfa638a7a0cfb9 /god/claws
parent34af352804a216c9b77024f3a6dce4f86cb21d3b (diff)
claws: fix makefile
Diffstat (limited to 'god/claws')
-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)