summaryrefslogtreecommitdiffstats
path: root/openwrt/package/udev/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-23 15:27:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-23 15:27:11 +0000
commit8ae7e6b6e1f2cfc401d742d050619507bbc0102f (patch)
tree7756eb88030921858151bca354b0776453105bb3 /openwrt/package/udev/Makefile
parented44d0003fc99234e16251414b0e32b767c3f41f (diff)
fix udev for systems with /bin/install instead of /usr/bin/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/udev/Makefile')
-rw-r--r--openwrt/package/udev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/udev/Makefile b/openwrt/package/udev/Makefile
index df3e4afff..39d79b4c0 100644
--- 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 $@