mirror of https://github.com/hak5/openwrt-owl.git
fix udev for systems with /bin/install instead of /usr/bin/install
SVN-Revision: 3465owl
parent
52b222824d
commit
7cd744a319
|
@ -33,6 +33,7 @@ $(PKG_BUILD_DIR)/.built:
|
||||||
STRIP="/bin/true" \
|
STRIP="/bin/true" \
|
||||||
OPTFLAGS="$(TARGET_CFLAGS)" \
|
OPTFLAGS="$(TARGET_CFLAGS)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
INSTALL="install -c" \
|
||||||
all install
|
all install
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue