projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f139361
)
fix udev for systems with /bin/install instead of /usr/bin/install
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 23 Mar 2006 15:27:11 +0000
(15:27 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 23 Mar 2006 15:27:11 +0000
(15:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3465
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/udev/Makefile
patch
|
blob
|
history
diff --git
a/package/udev/Makefile
b/package/udev/Makefile
index
df3e4af
..
39d79b4
100644
(file)
--- a/
package/udev/Makefile
+++ b/
package/udev/Makefile
@@
-33,6
+33,7
@@
$(PKG_BUILD_DIR)/.built:
STRIP="/bin/true" \
OPTFLAGS="$(TARGET_CFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ INSTALL="install -c" \
all install
touch $@
This page took
0.026811 seconds
and
4
git commands to generate.