From 1c627a1cb5979fd6925b9495b9b132b83f2166a2 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Wed, 18 Dec 2013 20:56:57 +0100
Subject: claws: fix makefile

---
 god/claws/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
cgit v1.2.3