1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 07:09:46 +02:00

package-ipkg.mk: fix typo (patch from #19540)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45568
This commit is contained in:
Felix Fietkau 2015-04-23 08:27:22 +00:00
parent eba659cbba
commit e597a4190e

View File

@ -129,7 +129,7 @@ ifeq ($(DUMP),)
$(eval $(call BuildIPKGVariable,$(1),preinst,,1))
$(eval $(call BuildIPKGVariable,$(1),postinst,-pkg,1))
$(eval $(call BuildIPKGVariable,$(1),prerm,-pkg,1))
$(eval $(call BuildIPKGVariable,$(1),postrm,1))
$(eval $(call BuildIPKGVariable,$(1),postrm,,1))
$(STAGING_DIR_ROOT)/stamp/.$(1)_installed: $(STAMP_BUILT)
rm -rf $(STAGING_DIR_ROOT)/tmp-$(1)