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