summaryrefslogtreecommitdiffstats
path: root/package/hwdata
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/hwdata
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/hwdata')
-rw-r--r--package/hwdata/hwdata.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hwdata/hwdata.mk b/package/hwdata/hwdata.mk
index 9d976d111c..8fca346deb 100644
--- a/package/hwdata/hwdata.mk
+++ b/package/hwdata/hwdata.mk
@@ -12,8 +12,8 @@ HWDATA_LICENSE = GPLv2+ or XFree86 1.0 license
HWDATA_LICENSE_FILES = COPYING LICENSE
define HWDATA_INSTALL_TARGET_CMDS
- install -D -m 644 $(@D)/pci.ids $(TARGET_DIR)/usr/share/hwdata/pci.ids
- install -D -m 644 $(@D)/usb.ids $(TARGET_DIR)/usr/share/hwdata/usb.ids
+ $(INSTALL) -D -m 644 $(@D)/pci.ids $(TARGET_DIR)/usr/share/hwdata/pci.ids
+ $(INSTALL) -D -m 644 $(@D)/usb.ids $(TARGET_DIR)/usr/share/hwdata/usb.ids
endef
$(eval $(generic-package))
OpenPOWER on IntegriCloud