1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

Update Makefile

Fixing `install`'s behavior if `$(MANDIR)` doesn't exist *(eg. in [Arch](https://archlinux.org/)'s AUR PKGBUILDs)*
This commit is contained in:
Eric Engeström 2014-01-10 22:32:16 +01:00
parent 546b7df680
commit 541eabe9ba

View file

@ -34,7 +34,7 @@ install: normal install-man
install -Dm 755 simpleswitcher $(BINDIR)/simpleswitcher
install-man:
install -Dm 644 simpleswitcher.1 $(MANDIR)
install -Dm 644 simpleswitcher.1 $(MANDIR)/simpleswitcher.1
gzip -f $(MANDIR)/simpleswitcher.1
clean: