summaryrefslogtreecommitdiffstats
path: root/package/cramfs
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2014-06-01 14:38:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-08 17:56:54 +0200
commitc96233807032d3f32628e16cba9456b7dcee34aa (patch)
tree9ed64681a7d243a5e4b1a5243cc6cb69e1ec5afd /package/cramfs
parentffe60b1bfa062ae73f0db65c44ebd1781722cced (diff)
downloadbuildroot-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/cramfs')
-rw-r--r--package/cramfs/cramfs.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/cramfs/cramfs.mk b/package/cramfs/cramfs.mk
index 710aaa850f..bcea6ef8d0 100644
--- a/package/cramfs/cramfs.mk
+++ b/package/cramfs/cramfs.mk
@@ -16,8 +16,8 @@ define CRAMFS_BUILD_CMDS
endef
define CRAMFS_INSTALL_TARGET_CMDS
- install -D -m 755 $(@D)/mkcramfs $(TARGET_DIR)/usr/bin/mkcramfs
- install -D -m 755 $(@D)/cramfsck $(TARGET_DIR)/usr/bin/cramfsck
+ $(INSTALL) -D -m 755 $(@D)/mkcramfs $(TARGET_DIR)/usr/bin/mkcramfs
+ $(INSTALL) -D -m 755 $(@D)/cramfsck $(TARGET_DIR)/usr/bin/cramfsck
endef
define HOST_CRAMFS_BUILD_CMDS
@@ -25,8 +25,8 @@ define HOST_CRAMFS_BUILD_CMDS
endef
define HOST_CRAMFS_INSTALL_CMDS
- install -D -m 755 $(@D)/mkcramfs $(HOST_DIR)/usr/bin/mkcramfs
- install -D -m 755 $(@D)/cramfsck $(HOST_DIR)/usr/bin/cramfsck
+ $(INSTALL) -D -m 755 $(@D)/mkcramfs $(HOST_DIR)/usr/bin/mkcramfs
+ $(INSTALL) -D -m 755 $(@D)/cramfsck $(HOST_DIR)/usr/bin/cramfsck
endef
$(eval $(generic-package))
OpenPOWER on IntegriCloud