diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-23 15:14:36 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-23 15:14:36 +0000 |
commit | ed44d0003fc99234e16251414b0e32b767c3f41f (patch) | |
tree | eb087e70df52e0e10815b5e6ab496efbc91cba3f /openwrt | |
parent | 985455efb46732122e13bd77da4faacd24310be6 (diff) |
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
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/ustl/patches/02-install_path.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/ustl/patches/02-install_path.patch b/openwrt/package/ustl/patches/02-install_path.patch new file mode 100644 index 0000000000..3a7cf8a05d --- /dev/null +++ b/openwrt/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@ + |