mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
fix udev for systems with /bin/install instead of /usr/bin/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3465 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f139361bfa
commit
555203d52b
@ -33,6 +33,7 @@ $(PKG_BUILD_DIR)/.built:
|
||||
STRIP="/bin/true" \
|
||||
OPTFLAGS="$(TARGET_CFLAGS)" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
INSTALL="install -c" \
|
||||
all install
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user