Explorar o código

jsmin: fix typo in uninstall target

Thanks to Thomas for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard %!s(int64=13) %!d(string=hai) anos
pai
achega
47f20335f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/jsmin/jsmin.mk

+ 1 - 1
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