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 \