misc/Makefile: Use of Variables
Variables such as $(prefix),$(datarootdir),$(mandir), $(datadir) have been used . Closes https://github.com/qutebrowser/qutebrowser/issues/3538
This commit is contained in:
parent
224cf29409
commit
69ad1d33a6
@ -4,7 +4,7 @@ DESTDIR =
|
||||
ICONSIZES = 16 24 32 48 64 128 256 512
|
||||
DATAROOTDIR = $(PREFIX)/share
|
||||
DATADIR ?= $(DATAROOTDIR)
|
||||
MANDIR = $(DATAROOTDIR)/man
|
||||
MANDIR ?= $(DATAROOTDIR)/man
|
||||
|
||||
SETUPTOOLSOPTIONS =
|
||||
ifdef DESTDIR
|
||||
|
Loading…
Reference in New Issue
Block a user