MKINSTALLDIRS -> mkinstalldirs since it seems to work for more people

SVN revision: 14262
This commit is contained in:
Mike Frysinger 2005-04-20 15:59:03 +00:00
parent 6bbf89d1d2
commit 6727c56185
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ install-poDATA:
uninstall-poDATA:
install-data-local:
for L in $(LANGS); do \
$(MKINSTALLDIRS) $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES; \
$(mkinstalldirs) $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES; \
$(INSTALL_DATA) \
$$L.mo $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \
done