commit: 70b4bba5b02747defadf22661a040c13a4413a17 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Mon Nov 16 15:58:19 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Nov 16 15:59:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b4bba5
dev-lang/lua-5.4: typo fix Signed-off-by: William Hubbs <williamh <AT> gentoo.org> dev-lang/lua/files/lua-5.4-makefiles.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/lua/files/lua-5.4-makefiles.patch b/dev-lang/lua/files/lua-5.4-makefiles.patch index 87e3a276897..67fb4ad1a33 100644 --- a/dev-lang/lua/files/lua-5.4-makefiles.patch +++ b/dev-lang/lua/files/lua-5.4-makefiles.patch @@ -25,7 +25,7 @@ index 1797df9..90284d8 100644 +# Use libtool for binary installs, etc. + +export V -+export LIBTOOL = $(ROOT)/usr/bin/libtool --quiet --tag=CC ++export LIBTOOL = $(BROOT)/usr/bin/libtool --quiet --tag=CC +# See libtool manual about how to set this + +gentoo_clean: @@ -71,7 +71,7 @@ index 514593d..8af8f99 100644 # (end of Makefile) + -+export LIBTOOL = $(ROOT)/usr/bin/libtool --quiet --tag=CC ++export LIBTOOL = $(BROOT)/usr/bin/libtool --quiet --tag=CC +export LIB_VERSION = 6:1:1 + +# The following rules use libtool for compiling and linking in order to
