diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/Variables.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/Variables.mk b/mk/Variables.mk index d1c7c5f..88844b4 100644 --- a/mk/Variables.mk +++ b/mk/Variables.mk @@ -6,8 +6,11 @@ DESTDIR = srcdir ?= . prefix ?= /usr/local bindir = $(DESTDIR)$(prefix)/bin -mandir = $(DESTDIR)$(prefix)/share/man -locdir = $(DESTDIR)$(prefix)/share/locale +libdir = $(DESTDIR)$(prefix)/$(LIB) +shrdir = $(DESTDIR)$(prefix)/share +mandir = $(shrdir)/man +locdir = $(shrdir)/locale +appdir = $(shrdir)/applications # package + version empty := |