diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-23 15:27:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-23 15:27:11 +0000 |
commit | 7cd744a31937dbdb876f727512018f5d26af6775 (patch) | |
tree | 1c120d15e9c582c428daf78625f6f21cf6e5b2b6 /openwrt | |
parent | 52b222824d67a8710255893f31fd235bb737bb74 (diff) | |
download | mtk-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/Makefile | 1 |
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 $@ |