bump Linux 3.18 trunk revision to 47027; bump Linux 3.18 kernel version to 3.18.21
[ps3openwrt_patches.git] / petitboot-install-artwork.patch
blobd3e94e92bfc47cc10443fa12d011a3315d1c9483
1 --- feeds/oldpackages/utils/petitboot/Makefile
2 +++ feeds/oldpackages/utils/petitboot/Makefile
3 @@ -70,6 +70,11 @@
4 ln -sf pb-cui $(1)/usr/sbin/petitboot
5 petitboot-install-autorun-$(CONFIG_PETITBOOT_AUTORUN_GUI) = \
6 ln -sf pb-twin $(1)/usr/sbin/petitboot
7 +petitboot-install-artwork-$(CONFIG_PETITBOOT_AUTORUN_GUI) = \
8 + $(INSTALL_DIR) $(1)/usr/share/petitboot/; \
9 + $(INSTALL_DATA) \
10 + $(addprefix $(PKG_INSTALL_DIR),$(petitboot-extra-data-y)) \
11 + $(1)/usr/share/petitboot/
13 CONFIGURE_ARGS += $(petitboot-config-args-y) \
14 PACKAGE_VERSION=$(shell echo ${HOSTNAME})-$(shell date +%y.%m.%d-%H.%M)
15 @@ -89,10 +94,7 @@
16 $(PKG_INSTALL_DIR)/usr/sbin/pb-event \
17 $(1)/usr/sbin/
19 - $(INSTALL_DIR) $(1)/usr/share/petitboot/
20 - $(INSTALL_DATA) \
21 - $(addprefix $(PKG_INSTALL_DIR),$(petitboot-extra-data-y)) \
22 - $(1)/usr/share/petitboot/
23 + $(petitboot-install-artwork-y)
25 $(INSTALL_DIR) $(1)/etc/udev/rules.d
26 $(INSTALL_DATA) \