diff options
author | tv <tv@nomic.retiolum> | 2013-12-18 22:16:34 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-12-18 22:16:34 +0100 |
commit | b47a1471a74cc9d9b2951216d3558a829d8364f4 (patch) | |
tree | bc47ae59efa77762193ed123fee89e1dc034be42 /god | |
parent | e152f84b84b348070ca31e34c65bc54f07af8b8b (diff) | |
parent | 3808b2300de3a1cfa25f0c878ce6ef25f96ff504 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'god')
-rw-r--r-- | god/claws/Makefile | 2 |
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) |