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:
parent
546b7df680
commit
541eabe9ba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue