]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
lua: Fix packaging of library files.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Oct 2011 12:40:03 +0000 (14:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Oct 2011 12:40:03 +0000 (14:40 +0200)
lua/lua.nm

index a3231db09c0ec7b00afb366c9d0f116bd746812e..b27d23848deb817b29ed48cdd2ce292386f5d72e 100644 (file)
@@ -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