From: Felix Fietkau Date: Thu, 23 Apr 2015 08:27:22 +0000 (+0000) Subject: package-ipkg.mk: fix typo (patch from #19540) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e597a4190e8d82efaacb3123ced1a868d9fcbe02;p=openwrt%2Fstaging%2Fneocturne.git package-ipkg.mk: fix typo (patch from #19540) Signed-off-by: Felix Fietkau SVN-Revision: 45568 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 637e3061f0..eb4c874047 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -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)