diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |