get rid of old data before staging unstripped package binaries

SVN-Revision: 17498
This commit is contained in:
Felix Fietkau 2009-09-03 01:10:37 +00:00
parent e6ceb1cace
commit d1f1ff5759
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ ifeq ($(DUMP),)
$(eval $(call BuildIPKGVariable,$(1),postrm))
$(STAGING_DIR_ROOT)/stamp/.$(1)_installed: $(STAMP_BUILT)
rm -rf $(STAGING_DIR_ROOT)/tmp-$(1)
mkdir -p $(STAGING_DIR_ROOT)/stamp $(STAGING_DIR_ROOT)/tmp-$(1)
$(call Package/$(1)/install,$(STAGING_DIR_ROOT)/tmp-$(1))
$(call Package/$(1)/install_lib,$(STAGING_DIR_ROOT)/tmp-$(1))