1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 21:17:36 +03:00
openwrt-xburst/openwrt/package/ustl/patches/02-install_path.patch
nbd ed44d0003f fix ustl package for systems with /bin/install instead of /usr/bin/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-23 15:14:36 +00:00

13 lines
316 B
Diff

diff -urN ustl.old/Common.mk.in ustl.dev/Common.mk.in
--- ustl.old/Common.mk.in 2005-11-10 21:06:53.000000000 +0100
+++ ustl.dev/Common.mk.in 2006-03-23 16:12:05.000000000 +0100
@@ -9,7 +9,7 @@
AR = @AR@
RANLIB = @RANLIB@
DOXYGEN = @DOXYGEN@
-INSTALL = @INSTALL@
+INSTALL = install
RM = @RM@
LN = @LN@