summaryrefslogtreecommitdiffstats
path: root/package/lsof/lsof.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/lsof/lsof.mk')
-rw-r--r--package/lsof/lsof.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk
index 332d1f83a..ccef3fb6a 100644
--- a/package/lsof/lsof.mk
+++ b/package/lsof/lsof.mk
@@ -60,7 +60,7 @@ define LSOF_BUILD_CMDS
endef
define LSOF_INSTALL_TARGET_CMDS
- install -D -m 755 $(@D)/lsof $(TARGET_DIR)/bin/lsof
+ $(INSTALL) -D -m 755 $(@D)/lsof $(TARGET_DIR)/bin/lsof
endef
$(eval $(generic-package))