1 --- feeds/oldpackages/utils/petitboot/Makefile
2 +++ feeds/oldpackages/utils/petitboot/Makefile
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/; \
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)
16 $(PKG_INSTALL_DIR)/usr/sbin/pb-event \
19 - $(INSTALL_DIR) $(1)/usr/share/petitboot/
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