fix udev for systems with /bin/install instead of /usr/bin/install
authorFelix Fietkau <nbd@openwrt.org>
Thu, 23 Mar 2006 15:27:11 +0000 (15:27 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 23 Mar 2006 15:27:11 +0000 (15:27 +0000)
SVN-Revision: 3465

openwrt/package/udev/Makefile

index df3e4afff07373482b53b2a14e5bcd4216204cd2..39d79b4c01e6f9b54505ad7347a84e41d1035664 100644 (file)
@@ -33,6 +33,7 @@ $(PKG_BUILD_DIR)/.built:
                STRIP="/bin/true" \
                OPTFLAGS="$(TARGET_CFLAGS)" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
+               INSTALL="install -c" \
                all install
        touch $@