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/omap-u-boot-utils | |
| parent | ffe60b1bfa062ae73f0db65c44ebd1781722cced (diff) | |
| download | buildroot-c96233807032d3f32628e16cba9456b7dcee34aa.tar.gz buildroot-c96233807032d3f32628e16cba9456b7dcee34aa.zip | |
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/omap-u-boot-utils')
| -rw-r--r-- | package/omap-u-boot-utils/omap-u-boot-utils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/omap-u-boot-utils/omap-u-boot-utils.mk b/package/omap-u-boot-utils/omap-u-boot-utils.mk index 10c7a070c0..ad8f430ce6 100644 --- a/package/omap-u-boot-utils/omap-u-boot-utils.mk +++ b/package/omap-u-boot-utils/omap-u-boot-utils.mk @@ -15,7 +15,7 @@ endef define HOST_OMAP_U_BOOT_UTILS_INSTALL_CMDS for f in gpsign pserial tagger ucmd ukermit ; do \ - install -m 755 -D $(@D)/$$f $(HOST_DIR)/usr/bin/$$f ; \ + $(INSTALL) -D -m 755 $(@D)/$$f $(HOST_DIR)/usr/bin/$$f ; \ done endef |

