summaryrefslogtreecommitdiff
path: root/openwrt
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
commit7cd744a31937dbdb876f727512018f5d26af6775 (patch)
tree1c120d15e9c582c428daf78625f6f21cf6e5b2b6 /openwrt
parent52b222824d67a8710255893f31fd235bb737bb74 (diff)
downloadmtk-20170518-7cd744a31937dbdb876f727512018f5d26af6775.zip
mtk-20170518-7cd744a31937dbdb876f727512018f5d26af6775.tar.gz
mtk-20170518-7cd744a31937dbdb876f727512018f5d26af6775.tar.bz2
fix udev for systems with /bin/install instead of /usr/bin/install
SVN-Revision: 3465
Diffstat (limited to 'openwrt')
-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 df3e4af..39d79b4 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 $@