projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bd881
)
Fix libusb install.
author
Lars-Peter Clausen
<lars@metafoo.de>
Wed, 31 Dec 2008 14:59:32 +0000
(14:59 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Wed, 31 Dec 2008 14:59:32 +0000
(14:59 +0000)
SVN-Revision: 13785
libs/libusb/Makefile
patch
|
blob
|
history
diff --git
a/libs/libusb/Makefile
b/libs/libusb/Makefile
index 48f82f789e3faffa83a579ab869347d7eb17e98d..a185070aaf943a41ac56056577fff44c99e5695f 100644
(file)
--- 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