1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-08 04:01:21 +02:00

fix udev for systems with /bin/install instead of /usr/bin/install

SVN-Revision: 3465
This commit is contained in:
Felix Fietkau 2006-03-23 15:27:11 +00:00
parent 52b222824d
commit 7cd744a319

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