haserl: don't install unneeded examples for 0.8.0 to target

This commit is contained in:
Peter Korsgaard 2008-08-19 09:40:20 +00:00
parent f8d87727a3
commit 223df3f26f
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,6 @@ HASERL_AUTORECONF:=no
HASERL_INSTALL_STAGING:=NO
HASERL_INSTALL_TARGET:=YES
HASERL_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) STRIPPROG='$(STRIPCMD)' install-strip
HASERL_UNINSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) uninstall
# force haserl 0.8.0 to use install-sh so stripping works
HASERL_CONF_ENV = ac_cv_path_install=./install-sh
@ -20,3 +19,8 @@ HASERL_CONF_ENV = ac_cv_path_install=./install-sh
HASERL_DEPENDENCIES:=uclibc
$(eval $(call AUTOTARGETS,package,haserl))
# haserl 0.8.0 installs unneeded examples to /usr/share/haserl - remove them
$(HASERL_HOOK_POST_INSTALL): $(HASERL_TARGET_INSTALL_TARGET)
rm -rf $(TARGET_DIR)/usr/share/haserl
touch $@