projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b2228
)
fix udev for systems with /bin/install instead of /usr/bin/install
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 23 Mar 2006 15:27:11 +0000
(15:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 23 Mar 2006 15:27:11 +0000
(15:27 +0000)
SVN-Revision: 3465
openwrt/package/udev/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/udev/Makefile
b/openwrt/package/udev/Makefile
index df3e4afff07373482b53b2a14e5bcd4216204cd2..39d79b4c01e6f9b54505ad7347a84e41d1035664 100644
(file)
--- a/
openwrt/package/udev/Makefile
+++ b/
openwrt/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 $@