let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / ustl / patches / 02-install_path.patch
1 diff -urN ustl.old/Common.mk.in ustl.dev/Common.mk.in
2 --- ustl.old/Common.mk.in 2005-11-10 21:06:53.000000000 +0100
3 +++ ustl.dev/Common.mk.in 2006-03-23 16:12:05.000000000 +0100
4 @@ -9,7 +9,7 @@
5 AR = @AR@
6 RANLIB = @RANLIB@
7 DOXYGEN = @DOXYGEN@
8 -INSTALL = @INSTALL@
9 +INSTALL = install
10 RM = @RM@
11 LN = @LN@
12