From: Felix Fietkau Date: Thu, 23 Mar 2006 15:27:11 +0000 (+0000) Subject: fix udev for systems with /bin/install instead of /usr/bin/install X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7cd744a31937dbdb876f727512018f5d26af6775;p=librecmc%2Flibrecmc.git fix udev for systems with /bin/install instead of /usr/bin/install SVN-Revision: 3465 --- diff --git a/openwrt/package/udev/Makefile b/openwrt/package/udev/Makefile index df3e4afff0..39d79b4c01 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 $@