From: Michael Tremer Date: Wed, 19 Oct 2011 12:40:03 +0000 (+0200) Subject: lua: Fix packaging of library files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acff627550d149a8f90c043a8b2aabc03bc2a7d2;p=ipfire-3.x.git lua: Fix packaging of library files. --- diff --git a/lua/lua.nm b/lua/lua.nm index a3231db09..b27d23848 100644 --- a/lua/lua.nm +++ b/lua/lua.nm @@ -5,7 +5,7 @@ name = lua version = 5.1.4 -release = 2 +release = 3 groups = Development/Languages url = http://www.lua.org/ @@ -27,6 +27,7 @@ source_dl = build requires + perl-Carp autoconf automake libtool @@ -65,6 +66,6 @@ packages package %{name}-libs template LIBS - files += /usr/lib/*/liblua-5.1.so + files += /usr/lib*/liblua-5.1.so end end