From: nbd 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.archive.openwrt.org/?a=commitdiff_plain;h=8ae7e6b6e1f2cfc401d742d050619507bbc0102f;p=openwrt.git 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 --- 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 $@