aboutsummaryrefslogtreecommitdiffstats
path: root/package/usbutils
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-05 17:40:57 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-05 17:40:57 +0000
commitb839943d0352f7b053e34338bef75e636ce95506 (patch)
tree72ddad65d06acd3c51d2115b9e65f9e7e53a17a1 /package/usbutils
parent13f365ee9fca44ec85162168381f2767dd2631fc (diff)
downloadupstream-b839943d0352f7b053e34338bef75e636ce95506.tar.gz
upstream-b839943d0352f7b053e34338bef75e636ce95506.tar.bz2
upstream-b839943d0352f7b053e34338bef75e636ce95506.zip
Update to new upstream release (v0.71)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1155 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/usbutils')
-rw-r--r--package/usbutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile
index 02f9d440b9..708edd3501 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)