diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-23 15:14:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-23 15:14:36 +0000 |
commit | 19d920cb07f1f58ad82227a8a23c52e10d84280b (patch) | |
tree | 79f09f772623caf01cb94ae64a36698122b84118 /package/ustl/patches/02-install_path.patch | |
parent | cec36208da8fc2d477dd2901c0b54dd266f417a1 (diff) | |
download | upstream-19d920cb07f1f58ad82227a8a23c52e10d84280b.tar.gz upstream-19d920cb07f1f58ad82227a8a23c52e10d84280b.tar.bz2 upstream-19d920cb07f1f58ad82227a8a23c52e10d84280b.zip |
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
Diffstat (limited to 'package/ustl/patches/02-install_path.patch')
-rw-r--r-- | package/ustl/patches/02-install_path.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ustl/patches/02-install_path.patch b/package/ustl/patches/02-install_path.patch new file mode 100644 index 0000000000..3a7cf8a05d --- /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@ + |