summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-24 09:11:12 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-24 09:11:12 +0200
commitb38d3a53e0c4c1bd15bd5b24a66fabfc6b9c4493 (patch)
tree5cbcc8ab7a3827e1a3c67994e11fcbc200f7f3bd /Makefile
parentc15448d7e1418eab152803b0e3056dc7b5f28b03 (diff)
dont provide the f command anymore, use an alias instead
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17a64d9..19ad4c5 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ install:
test ! -d $(DESTDIR)/usr/bin && mkdir -p $(DESTDIR)/usr/bin || exit 0
test ! -d $(DESTDIR)/usr/share/$(NAME) && mkdir -p $(DESTDIR)/usr/share/$(NAME) || exit 0
cp ./bin/$(NAME) $(DESTDIR)/usr/bin/$(NAME)
- cp ./bin/$(NAME) $(DESTDIR)/usr/bin/f
cp $(NAME).conf.sample $(DESTDIR)/usr/share/$(NAME)
test -z '$(DESTDIR)' && gzip -c ./docs/$(NAME).1 > /usr/share/man/man1/$(NAME).1.gz || exit 0
deinstall: