projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade to iproute2-2.6.15-060110
[openwrt.git]
/
openwrt
/
package
/
usbutils
/
Makefile
diff --git
a/openwrt/package/usbutils/Makefile
b/openwrt/package/usbutils/Makefile
index
9b86509
..
5ce35bc
100644
(file)
--- a/
openwrt/package/usbutils/Makefile
+++ b/
openwrt/package/usbutils/Makefile
@@
-60,8
+60,8
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_LSUSB):
install -d -m0755 $(IDIR_LSUSB)/usr/share
$(IPKG_LSUSB):
install -d -m0755 $(IDIR_LSUSB)/usr/share
-
cp -fp
$(PKG_INSTALL_DIR)/usr/share/usb.ids $(IDIR_LSUSB)/usr/share/
+
$(CP)
$(PKG_INSTALL_DIR)/usr/share/usb.ids $(IDIR_LSUSB)/usr/share/
install -d -m0755 $(IDIR_LSUSB)/usr/sbin
install -d -m0755 $(IDIR_LSUSB)/usr/sbin
-
cp -fp
$(PKG_INSTALL_DIR)/usr/sbin/lsusb $(IDIR_LSUSB)/usr/sbin/
+
$(CP)
$(PKG_INSTALL_DIR)/usr/sbin/lsusb $(IDIR_LSUSB)/usr/sbin/
$(RSTRIP) $(IDIR_LSUSB)
$(IPKG_BUILD) $(IDIR_LSUSB) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_LSUSB)
$(IPKG_BUILD) $(IDIR_LSUSB) $(PACKAGE_DIR)
This page took
0.043573 seconds
and
4
git commands to generate.