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

fix ustl package for systems with /bin/install instead of /usr/bin/install

SVN-Revision: 3464
This commit is contained in:
Felix Fietkau 2006-03-23 15:14:36 +00:00
parent f4fd4f370e
commit 52b222824d

@ -0,0 +1,12 @@
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@