summaryrefslogtreecommitdiffstats
path: root/package/libs/libusb-compat
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2014-11-06 19:35:14 +0000
committerNicolas Thill <nico@openwrt.org>2014-11-06 19:35:14 +0000
commit8d515b3b406af7af641cdde5d16da1ce8d869708 (patch)
tree6392898315d02a3060fe60f6441032971aaecdbd /package/libs/libusb-compat
parent4e26b81c4819882e209c22a6ae892f0c11c76e1c (diff)
downloadmaster-31e0f0ae-8d515b3b406af7af641cdde5d16da1ce8d869708.tar.gz
master-31e0f0ae-8d515b3b406af7af641cdde5d16da1ce8d869708.tar.bz2
master-31e0f0ae-8d515b3b406af7af641cdde5d16da1ce8d869708.zip
libusb-compat: cleanup InstallDev
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43203
Diffstat (limited to 'package/libs/libusb-compat')
-rw-r--r--package/libs/libusb-compat/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/libusb-compat/Makefile b/package/libs/libusb-compat/Makefile
index c50740d13e..561091f64c 100644
--- a/package/libs/libusb-compat/Makefile
+++ b/package/libs/libusb-compat/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2010-2013 OpenWrt.org
+# Copyright (C) 2010-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -39,10 +39,10 @@ endef
TARGET_CFLAGS += $(FPIC)
define Build/InstallDev
- $(INSTALL_DIR) $(STAGING_DIR)/host/bin
-
+ $(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
- $(CP) $(PKG_INSTALL_DIR)/usr/bin/libusb-config $(STAGING_DIR)/host/bin
+ $(INSTALL_DIR) $(2)/bin
+ $(CP) $(PKG_INSTALL_DIR)/usr/bin/libusb-config $(2)/bin/
endef
define Package/libusb-compat/install