Typo in command to ensure existence of installer directory, found during bug 300409

This commit is contained in:
bsmedberg%covad.net 2005-08-05 15:24:07 +00:00
Родитель ffe391ad25
Коммит 5dcbb858c0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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