From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/ustl/patches/02-install_path.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/ustl/patches/02-install_path.patch (limited to 'package/ustl/patches/02-install_path.patch') diff --git a/package/ustl/patches/02-install_path.patch b/package/ustl/patches/02-install_path.patch new file mode 100644 index 000000000..3a7cf8a05 --- /dev/null +++ b/package/ustl/patches/02-install_path.patch @@ -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@ + -- cgit v1.2.3