From 8cba2aa30893988a4960af9f3fec745efaa970ec2225b67ffc72c92a838353c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 10 Jul 2017 13:54:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua53?expand=0&rev=9 --- macros.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 macros.lua diff --git a/macros.lua b/macros.lua deleted file mode 100644 index 612a78f..0000000 --- a/macros.lua +++ /dev/null @@ -1,10 +0,0 @@ -# RPM macros for Lua - -# The major.minor version of Lua -%lua_version %(lua -e 'print(_VERSION)' | cut -d ' ' -f 2) - -# compiled modules should go here -%lua_archdir %{_libdir}/lua/%{lua_version} - -# pure Lua modules should go here -%lua_noarchdir %{_datadir}/lua/%{lua_version}