Author: nbd Date: 2015-04-23 10:27:22 +0200 (Thu, 23 Apr 2015) New Revision: 45568
Modified: trunk/include/package-ipkg.mk Log: package-ipkg.mk: fix typo (patch from #19540) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/package-ipkg.mk =================================================================== --- trunk/include/package-ipkg.mk 2015-04-23 08:01:51 UTC (rev 45567) +++ trunk/include/package-ipkg.mk 2015-04-23 08:27:22 UTC (rev 45568) @@ -129,7 +129,7 @@ $(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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
