X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Flibusb-compat%2FMakefile;h=561091f64ccbeb76cb4001c6e1095a42e0a7e86f;hb=45e37cba5cbb776463f4c9834a7fd1c5189968c1;hp=c50740d13e2018e062c68a5f4328cdf3fcaa2718;hpb=f2d1be981569cb7e72d14efc7ca8d7f379a161cf;p=openwrt-github%2F.git 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