summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-08-27 12:05:21 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-08-27 12:05:21 -0700
commit3917a1e6f990da0c2464090dd7ea011e8f899836 (patch)
tree2c92ac3df8c2f1ee220e71a5d6782c70919b7d7d /lua
parent7977ff45e2b075fa5148fbfdf8ed8d1c0a9a252e (diff)
downloadspecs-3917a1e6f990da0c2464090dd7ea011e8f899836.tar.gz
specs-3917a1e6f990da0c2464090dd7ea011e8f899836.tar.xz
specs-3917a1e6f990da0c2464090dd7ea011e8f899836.zip
lua-lunitx: fix last reference to luapkgdir
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'lua')
-rw-r--r--lua/lua-lunitx.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lua-lunitx.spec b/lua/lua-lunitx.spec
index e6b72ce..681e8dd 100644
--- a/lua/lua-lunitx.spec
+++ b/lua/lua-lunitx.spec
@@ -42,7 +42,7 @@ cp -pr lua/* %{buildroot}%{lua_pkgdir}
%check
# for self test, without --dontforce lunit will try to load its launcher which is a shell script
-LUA_PATH='%{buildroot}%{luapkgdir}/?.lua;;' %{buildroot}%{_bindir}/lunit --dontforce test/selftest.lua
+LUA_PATH='%{buildroot}%{lua_pkgdir}/?.lua;;' %{buildroot}%{_bindir}/lunit --dontforce test/selftest.lua
%files