From fb12c95c0827b61057ff3ad2e0925cab5b934041 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 23 Mar 2006 15:27:11 +0000 Subject: [PATCH] fix udev for systems with /bin/install instead of /usr/bin/install SVN-Revision: 3465 --- openwrt/package/udev/Makefile | 1 + 1 file changed, 1 insertion(+) 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 $@ -- 2.30.2