Use gfxboot-compile instead of mkbootmsg if it's present, in order to

work with newer gfxboot. Based on a patch from Daniel Baumann, for which
thanks.
master
Colin Watson 15 years ago
parent fc23b45c30
commit 2df222fa14

@ -1,7 +1,7 @@
ifneq ($(BINDIR),)
BINDIR := $(BINDIR)/
else
BINDIR := $(dir $(firstword $(wildcard /usr/bin/mkbootmsg) $(wildcard ../../mkbootmsg)))
BINDIR := $(dir $(firstword $(wildcard /usr/bin/gfxboot-compile) $(wildcard /usr/bin/mkbootmsg) $(wildcard ../../gfxboot-compile) $(wildcard ../../mkbootmsg)))
endif
ifneq ($(PRIVBINDIR),)
PRIVBINDIR := $(PRIVBINDIR)/
@ -9,7 +9,11 @@ else
PRIVBINDIR := $(dir $(firstword $(wildcard /usr/share/gfxboot/bin/keymapchars) $(wildcard ../../keymapchars)))
endif
ifneq (,$(wildcard $(BINDIR)gfxboot-compile))
MKBOOTMSG = $(BINDIR)gfxboot-compile
else
MKBOOTMSG = $(BINDIR)mkbootmsg
endif
KEYMAPCHARS = $(PRIVBINDIR)keymapchars
BFLAGS = -O -v -L ../..
INCLUDES = $(wildcard *.inc)

8
debian/changelog vendored

@ -1,3 +1,11 @@
gfxboot-theme-ubuntu (0.8.4) UNRELEASED; urgency=low
* Use gfxboot-compile instead of mkbootmsg if it's present, in order to
work with newer gfxboot. Based on a patch from Daniel Baumann, for which
thanks.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 07 Sep 2009 11:41:46 +0100
gfxboot-theme-ubuntu (0.8.3) karmic; urgency=low
* Add localisation for "Install Ubuntu ^Enterprise Cloud".

Loading…
Cancel
Save