From: Michael Tremer Date: Sun, 28 Aug 2011 19:52:41 +0000 (+0200) Subject: macros: Clarify the inclusion of libraries in the templates. X-Git-Tag: 0.9.9~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19fea7ac8731e0fca3e552f2bab8b1bfb3560c6b;p=pakfire.git macros: Clarify the inclusion of libraries in the templates. --- diff --git a/macros/templates.macro b/macros/templates.macro index 7dfc2fbab..ac850f6ed 100644 --- a/macros/templates.macro +++ b/macros/templates.macro @@ -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