Skip to content
Snippets Groups Projects
Commit 8d515b3b authored by Nicolas Thill's avatar Nicolas Thill
Browse files

libusb-compat: cleanup InstallDev


Signed-off-by: default avatarNicolas Thill <nico@openwrt.org>

SVN-Revision: 43203
parent 4e26b81c
No related branches found
No related tags found
No related merge requests found
#
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment