Update GNUmakefile

This commit is contained in:
Earnestly 2020-02-09 18:16:03 +00:00 committed by Jari Vetoniemi
parent 3f28c34be2
commit ba30c39cd9

View File

@ -99,7 +99,7 @@ install-bins:
mkdir -p "$(DESTDIR)$(PREFIX)$(bindir)"
-cp $(bins) "$(DESTDIR)$(PREFIX)$(bindir)"
-chmod 0755 $(addprefix "$(DESTDIR)$(PREFIX)$(bindir)"/,$(bins))
install-man: man/bemenu.1 man/bemenu-run.1
mkdir -p "$(DESTDIR)$(PREFIX)$(mandir)"
cp $^ "$(DESTDIR)$(PREFIX)$(mandir)"