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 | 52b222824d67a8710255893f31fd235bb737bb74 (patch) | |
tree | e0d9bcb1e5a466211a9d7d591bb00d1fe84a2b8b /openwrt | |
parent | f4fd4f370ef22fbb552cfc641a72eac64975536c (diff) | |
download | mtk-20170518-52b222824d67a8710255893f31fd235bb737bb74.zip mtk-20170518-52b222824d67a8710255893f31fd235bb737bb74.tar.gz mtk-20170518-52b222824d67a8710255893f31fd235bb737bb74.tar.bz2 |
fix ustl package for systems with /bin/install instead of /usr/bin/install
SVN-Revision: 3464
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 0000000..3a7cf8a --- /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@ + |