From 5dcbb858c018be83bf099a40e04672b213f798c2 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Fri, 5 Aug 2005 15:24:07 +0000 Subject: [PATCH] Typo in command to ensure existence of installer directory, found during bug 300409 --- mail/locales/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/locales/Makefile.in b/mail/locales/Makefile.in index f5616442c114..2980eb7ab992 100644 --- a/mail/locales/Makefile.in +++ b/mail/locales/Makefile.in @@ -101,7 +101,7 @@ include $(call EXPAND_LOCALE_SRCDIR,toolkit/locales)/installer/windows/charset.m repackage-win32-installer: WIN32_INSTALLER_OUT=$(_ABS_DIST)/install/sea/$(PKG_BASENAME).installer.exe repackage-win32-installer: $(WIN32_INSTALLER_IN) @echo "Repackaging $(WIN32_INSTALLER_IN) into $(WIN32_INSTALLER_OUT)." - if ! test -d $(dir $(WIN_INSTALLER_OUT)); then \ + if ! test -d $(dir $(WIN32_INSTALLER_OUT)); then \ $(NSINSTALL) -D $(dir $(WIN32_INSTALLER_OUT)); \ fi $(RM) -rf $(DIST)/l10n-stage