summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2200fc0..41c5f67 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,6 @@ clean:
install: all
$(MAKE) -C po $@
install -d $(DESTDIR)/usr/{bin,sbin,share/icons}
- install -m755 wrapper $(DESTDIR)/usr/bin/$(NAME)
install -m755 $(NAME) $(DESTDIR)/usr/sbin/
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done