[pacman-dev] [RFC v3 04/13] contrib: support localedir config in Makefile

Gordian Edenhofer gordian.edenhofer at gmail.com
Fri Sep 30 11:47:52 UTC 2016


Signed-off-by: Gordian Edenhofer <gordian.edenhofer at gmail.com>
---
 contrib/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 897cd85..0754c0d 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -60,6 +60,7 @@ REAL_PACKAGE_VERSION = $(PACKAGE_VERSION)
 endif
 
 edit = sed \
+	-e 's|@localedir[@]|$(localedir)|g' \
 	-e 's|@sysconfdir[@]|$(sysconfdir)|g' \
 	-e 's|@localstatedir[@]|$(localstatedir)|g' \
 	-e 's|@PACKAGE_VERSION[@]|$(REAL_PACKAGE_VERSION)|g' \
-- 
2.10.0


More information about the pacman-dev mailing list