summaryrefslogtreecommitdiffstats
path: root/package/cvs
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/cvs
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/cvs')
-rw-r--r--package/cvs/cvs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cvs/cvs.mk b/package/cvs/cvs.mk
index d2a1033ab3..596eabfc81 100644
--- a/package/cvs/cvs.mk
+++ b/package/cvs/cvs.mk
@@ -46,7 +46,7 @@ endif
CVS_POST_PATCH_HOOKS += CVS_DEBIAN_PATCHES
define CVS_INSTALL_TARGET_CMDS
- install -D $(@D)/src/cvs $(TARGET_DIR)/usr/bin/cvs
+ $(INSTALL) -D $(@D)/src/cvs $(TARGET_DIR)/usr/bin/cvs
endef
$(eval $(autotools-package))
OpenPOWER on IntegriCloud