diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | po/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,9 @@ prefix = /usr +ifdef DESTDIR +BASEDIR := $(DESTDIR) +endif + CFLAGS ?= -g -O2 PKG_CONFIG ?= pkg-config diff --git a/po/Makefile b/po/Makefile index d695b49..6df1463 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,5 +1,9 @@ prefix = /usr +ifdef DESTDIR +BASEDIR := $(DESTDIR) +endif + INSTALL= install INSTALLNLSDIR=$(BASEDIR)$(prefix)/share/locale |