fix udev for systems with /bin/install instead of /usr/bin/install
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 23 Mar 2006 15:27:11 +0000 (15:27 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 23 Mar 2006 15:27:11 +0000 (15:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3465 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 $@