diff options
| author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-05 17:40:57 +0000 | 
|---|---|---|
| committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-05 17:40:57 +0000 | 
| commit | b0d75220cebd0b83553b44677800b5f6a43aaf36 (patch) | |
| tree | 72ddad65d06acd3c51d2115b9e65f9e7e53a17a1 | |
| parent | 6ccfd0042606c22f206660cad9e046307eaacb34 (diff) | |
Update to new upstream release (v0.71)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1155 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/usbutils/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile index 02f9d440b..708edd350 100644 --- a/package/usbutils/Makefile +++ b/package/usbutils/Makefile @@ -3,7 +3,7 @@  include $(TOPDIR)/rules.mk  PKG_NAME:=usbutils -PKG_VERSION:=0.70 +PKG_VERSION:=0.71  PKG_RELEASE:=1  PKG_MD5SUM:=05276dc307a0297904bc892e9998bf59 @@ -60,8 +60,8 @@ $(PKG_BUILD_DIR)/.built:  $(IPKG_LSUSB):  	install -d -m0755 $(IDIR_LSUSB)/usr/share -	cp -fpR $(PKG_INSTALL_DIR)/usr/share/usb.ids $(IDIR_LSUSB)/usr/share/ +	cp -fp $(PKG_INSTALL_DIR)/usr/share/usb.ids $(IDIR_LSUSB)/usr/share/  	install -d -m0755 $(IDIR_LSUSB)/usr/sbin -	cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/lsusb $(IDIR_LSUSB)/usr/sbin/ +	cp -fp $(PKG_INSTALL_DIR)/usr/sbin/lsusb $(IDIR_LSUSB)/usr/sbin/  	$(RSTRIP) $(IDIR_LSUSB)  	$(IPKG_BUILD) $(IDIR_LSUSB) $(PACKAGE_DIR) | 
