Author: nico Date: 2014-11-06 20:35:14 +0100 (Thu, 06 Nov 2014) New Revision: 43203
Modified: trunk/package/libs/libusb-compat/Makefile Log: libusb-compat: cleanup InstallDev Signed-off-by: Nicolas Thill <[email protected]> Modified: trunk/package/libs/libusb-compat/Makefile =================================================================== --- trunk/package/libs/libusb-compat/Makefile 2014-11-06 13:37:50 UTC (rev 43202) +++ trunk/package/libs/libusb-compat/Makefile 2014-11-06 19:35:14 UTC (rev 43203) @@ -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 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
