diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-24 09:11:12 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-24 09:11:12 +0200 |
| commit | b38d3a53e0c4c1bd15bd5b24a66fabfc6b9c4493 (patch) | |
| tree | 5cbcc8ab7a3827e1a3c67994e11fcbc200f7f3bd /Makefile | |
| parent | c15448d7e1418eab152803b0e3056dc7b5f28b03 (diff) | |
dont provide the f command anymore, use an alias instead
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |
