From: Peter Korsgaard Date: Tue, 20 Dec 2011 12:10:17 +0000 (+0100) Subject: jsmin: fix typo in uninstall target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47f20335f548994216e8299eac9dd6295c042773;p=buildroot.git jsmin: fix typo in uninstall target Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard --- diff --git a/package/jsmin/jsmin.mk b/package/jsmin/jsmin.mk index 1c414ff904..491bb3e5b7 100644 --- a/package/jsmin/jsmin.mk +++ b/package/jsmin/jsmin.mk @@ -9,7 +9,7 @@ define JSMIN_INSTALL_TARGET_CMDS $(INSTALL) -m 0755 -D $(@D)/jsmin $(TARGET_DIR)/usr/bin/jsmin endef -define INPUT_EVENT_DAEMON_UNINSTALL_TARGET_CMDS +define JSMIN_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/bin/jsmin endef