From 7222b345fe345fd9d085205be6573a4af408cd1e Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 31 Dec 2008 14:59:32 +0000 Subject: [PATCH] Fix libusb install. git-svn-id: svn://svn.openwrt.org/openwrt/packages@13785 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libusb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libusb/Makefile b/libs/libusb/Makefile index 48f82f789..a185070aa 100644 --- a/libs/libusb/Makefile +++ b/libs/libusb/Makefile @@ -65,7 +65,7 @@ endef define Package/libusb/install $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DATA) \ - $(PKG_INSTALL_DIR)/usr/lib/libusb*.so.* \ + $(PKG_INSTALL_DIR)/usr/lib/libusb*.so* \ $(1)/usr/lib/ endef -- 2.11.0