From e77a6d0853bb1e1fec45e53e69086e6934da38fd Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Fri, 3 Jul 2009 17:36:12 -0400 Subject: [PATCH] [#1784] Use DESTDIR variable in po Makefile - fix language file installation --- sflphone-common/po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-common/po/Makefile.am b/sflphone-common/po/Makefile.am index 696a63db82..c67eec38b5 100644 --- a/sflphone-common/po/Makefile.am +++ b/sflphone-common/po/Makefile.am @@ -1,5 +1,5 @@ # location of installation directories -locale_installdir=$(datadir)/locale +locale_installdir=$(DESTDIR)$(datadir)/locale DOMAIN=sflphone POTFILE=sflphone.pot -- GitLab