aboutsummaryrefslogtreecommitdiffstats
path: root/package/udev
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-23 15:27:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-23 15:27:11 +0000
commite0fd8b88f8e2350e91269273a36a52c41f28b592 (patch)
treebc6ef2cdf7a64a91f217890f4a045501736d02ef /package/udev
parent19d920cb07f1f58ad82227a8a23c52e10d84280b (diff)
downloadupstream-e0fd8b88f8e2350e91269273a36a52c41f28b592.tar.gz
upstream-e0fd8b88f8e2350e91269273a36a52c41f28b592.tar.bz2
upstream-e0fd8b88f8e2350e91269273a36a52c41f28b592.zip
fix udev for systems with /bin/install instead of /usr/bin/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/udev')
-rw-r--r--package/udev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/udev/Makefile b/package/udev/Makefile
index df3e4afff0..39d79b4c01 100644
--- 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 $@