From b3651bcde1a9972cc36c6eb22e79ba2fdc50104d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 14:43:23 +0200 Subject: [PATCH] package/lua-augeaus: fix assignment typo Signed-off-by: Peter Korsgaard Acked-by: Herve Codina Signed-off-by: Yann E. MORIN (cherry picked from commit edb2d45e058c58acdd2db135c056c5c253041b03) Signed-off-by: Peter Korsgaard --- package/lua-augeas/lua-augeas.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lua-augeas/lua-augeas.mk b/package/lua-augeas/lua-augeas.mk index 930cf49b86..8a7f2b5f7b 100644 --- a/package/lua-augeas/lua-augeas.mk +++ b/package/lua-augeas/lua-augeas.mk @@ -11,7 +11,7 @@ LUA_AUGEAS_LICENSE_FILES = COPYRIGHT LUA_AUGEAS_DEPENDENCIES = luainterpreter augeas host-pkgconf # LDFLAGS=$(LDFLAGS) is present to pass LDFLAGS from environment to the command -# line. With LDFLAGS set in the command line, related ordinary asignment present +# line. With LDFLAGS set in the command line, related ordinary assignment present # in the makefile are ignored and so lua-augeas makefile cannot not add '-L/lib' # to this value. LUA_AUGEAS_CONF_OPTS= \