mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
packages: remove uninstall commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b64273db75
commit
eb7bd9ef61
@@ -15,10 +15,6 @@ define JSMIN_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/jsmin $(TARGET_DIR)/usr/bin/jsmin
|
||||
endef
|
||||
|
||||
define JSMIN_UNINSTALL_TARGET_CMDS
|
||||
rm -f $(TARGET_DIR)/usr/bin/jsmin
|
||||
endef
|
||||
|
||||
define HOST_JSMIN_BUILD_CMDS
|
||||
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user