Don't fail to build if DEFAULT_LANG is set to a language code for which

there is no .tr file (LP: #585473).
master
Colin Watson 14 years ago
parent bda2140caa
commit 6fdf2d135a

@ -44,7 +44,7 @@ FILES_BOOT_EN = $(FILES_CORE) en.tr 16x16.fnt $(PIC_COMMON)
ifdef DEFAULT_LANG
FILES_INST += lang
FILES_BOOT += lang
FILES_BOOT_EN += lang $(DEFAULT_LANG).tr
FILES_BOOT_EN += lang $(patsubst boot/%,%,$(wildcard boot/$(DEFAULT_LANG).tr))
endif
.PHONY: all themes font clean po

2
debian/changelog vendored

@ -1,6 +1,8 @@
gfxboot-theme-ubuntu (0.10.2) UNRELEASED; urgency=low
* Add localisation for "^Start Kubuntu" (LP: #608746).
* Don't fail to build if DEFAULT_LANG is set to a language code for which
there is no .tr file (LP: #585473).
-- Colin Watson <cjwatson@ubuntu.com> Tue, 24 Aug 2010 10:36:11 +0100

Loading…
Cancel
Save