summaryrefslogtreecommitdiffstats
path: root/package/boa
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/boa
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/boa')
-rw-r--r--package/boa/boa.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boa/boa.mk b/package/boa/boa.mk
index 39142a91c4..63a7569d7b 100644
--- a/package/boa/boa.mk
+++ b/package/boa/boa.mk
@@ -10,10 +10,10 @@ BOA_LICENSE = GPLv2+
BOA_LICENSE_FILES = COPYING
define BOA_INSTALL_TARGET_CMDS
- install -D -m 755 $(@D)/src/boa $(TARGET_DIR)/usr/sbin/boa
- install -D -m 755 $(@D)/src/boa_indexer $(TARGET_DIR)/usr/lib/boa/boa_indexer
- install -D -m 644 package/boa/boa.conf $(TARGET_DIR)/etc/boa/boa.conf
- install -D -m 644 package/boa/mime.types $(TARGET_DIR)/etc/mime.types
+ $(INSTALL) -D -m 755 $(@D)/src/boa $(TARGET_DIR)/usr/sbin/boa
+ $(INSTALL) -D -m 755 $(@D)/src/boa_indexer $(TARGET_DIR)/usr/lib/boa/boa_indexer
+ $(INSTALL) -D -m 644 package/boa/boa.conf $(TARGET_DIR)/etc/boa/boa.conf
+ $(INSTALL) -D -m 644 package/boa/mime.types $(TARGET_DIR)/etc/mime.types
endef
$(eval $(autotools-package))
OpenPOWER on IntegriCloud