X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Flibusb%2FMakefile;h=436186b28169dd4eada21d21300f523f48d0ba05;hb=de87491e0b84f41bfa7063ad552380652cc2c78e;hp=a185070aaf943a41ac56056577fff44c99e5695f;hpb=8c5c5df876b3888744b14cf10df33f237e1653f7;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/libs/libusb/Makefile b/libs/libusb/Makefile index a185070aaf..436186b281 100644 --- a/libs/libusb/Makefile +++ b/libs/libusb/Makefile @@ -4,13 +4,12 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=libusb PKG_VERSION:=0.1.12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/libusb @@ -52,7 +51,7 @@ define Build/InstallDev $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_DATA) \ + $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/libusb*.{la,so*,a} \ $(1)/usr/lib/ @@ -64,7 +63,7 @@ endef define Package/libusb/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_DATA) \ + $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/libusb*.so* \ $(1)/usr/lib/ endef