jsmin: fix typo in uninstall target

Thanks to Thomas for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-12-20 13:10:17 +01:00
parent 601bf47ef8
commit 47f20335f5

View File

@ -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