From dcfd070c584e37bdcc23da5477d07aa641a03438 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sat, 16 Sep 2000 09:26:13 +0000 Subject: [PATCH] Merge from 1.4 - Bartek Szady's patch. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2866 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 9e953d2b30..1a51872609 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -141,7 +141,7 @@ install-data-yes: all *) destdir=$(localedir);; \ esac; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ - dir=$$destdir/$$lang/LC_MESSAGES; \ + dir=$(DESTDIR)/$$destdir/$$lang/LC_MESSAGES; \ if test -r "$(MKINSTALLDIRS)"; then \ $(MKINSTALLDIRS) $$dir; \ else \