From f139361bfa0cb5cc99c17af8647c6615c0b9982b Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 23 Mar 2006 15:14:36 +0000 Subject: [PATCH] fix ustl package for systems with /bin/install instead of /usr/bin/install git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3464 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ustl/patches/02-install_path.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 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@ + -- 2.20.1