]> git.ipfire.org Git - pakfire.git/commitdiff
macros: Clarify the inclusion of libraries in the templates.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Aug 2011 19:52:41 +0000 (21:52 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Aug 2011 19:52:41 +0000 (21:52 +0200)
macros/templates.macro

index 7dfc2fbab81d222714d58aa6592f38efab72a138..ac850f6edc091cab952ebe860629ab52d9018161 100644 (file)
@@ -19,7 +19,7 @@ template LIBS
 
        def files
                /lib/lib*.so.*
-               /usr/lib*/*.so.*
+               /usr/lib*/lib*.so.*
        end
 
        def configfiles
@@ -49,7 +49,7 @@ template DEVEL
                /usr/lib/*.a
                /usr/lib/pkgconfig
                /usr/share/aclocal
-               */lib/*.so
+               /usr/lib/*.so
                /usr/share/*/cmake
                /usr/share/man/man2
                /usr/share/man/man3