fix udev for systems with /bin/install instead of /usr/bin/install
[openwrt.git] / openwrt / package / udev / Makefile
index df3e4af..39d79b4 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 $@
 
This page took 0.02628 seconds and 4 git commands to generate.