Not part of the build, yet. The l10n directory structure is /l10n/de-DE/netwerk/... not /l10n/de-DE/netwerk/locales/...

This commit is contained in:
bsmedberg%covad.net 2005-01-12 20:29:00 +00:00
parent 64464abeda
commit 9e106dbb54

View File

@ -1598,7 +1598,7 @@ _JAR_AUTO_REG=-a
endif
ifdef relativesrcdir
_JAR_LOCALE_SOURCE = -c $(if $(filter en-US,$(AB_CD)),$(srcdir)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(relativesrcdir))
_JAR_LOCALE_SOURCE = -c $(if $(filter en-US,$(AB_CD)),$(srcdir)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst locales/,,$(relativesrcdir)))
endif
ifeq ($(OS_TARGET),WIN95)