Commit 47f20335 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

jsmin: fix typo in uninstall target



Thanks to Thomas for noticing.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 601bf47e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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