From cecba84982aa6bf6ce07d0a3eb2cc61c6a126088 Mon Sep 17 00:00:00 2001 From: jguer Date: Sat, 30 May 2020 01:04:03 +0200 Subject: [PATCH] fix(locale): remove DESTDIR from locale path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d072484..71275678 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ PATCHVERSION := 7 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} LOCALEDIR := po -SYSTEMLOCALEPATH := $(DESTDIR)$(PREFIX)/share/locale/ +SYSTEMLOCALEPATH := $(PREFIX)/share/locale/ LANGS := pt en POTFILE := default.pot