jsmin: fix typo in uninstall target
Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
601bf47ef8
commit
47f20335f5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user