diff options
| author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-06-01 14:38:01 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-08 17:56:54 +0200 |
| commit | c96233807032d3f32628e16cba9456b7dcee34aa (patch) | |
| tree | 9ed64681a7d243a5e4b1a5243cc6cb69e1ec5afd /package/lsof | |
| parent | ffe60b1bfa062ae73f0db65c44ebd1781722cced (diff) | |
packages: replace command install by $(INSTALL)
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lsof')
| -rw-r--r-- | package/lsof/lsof.mk | 2 |
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)) |
