]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pakfire/patches/0016-template-Fix-packaging-cmake-files.patch
pakfire: Rebase on latest development status.
[people/ms/ipfire-3.x.git] / pakfire / patches / 0016-template-Fix-packaging-cmake-files.patch
CommitLineData
d72d822f
MT
1From 42d6af74306ecb1627eb3c5b6a0163fc6308b46d Mon Sep 17 00:00:00 2001
2From: Michael Tremer <michael.tremer@ipfire.org>
3Date: Sat, 30 Jun 2012 13:32:23 +0200
4Subject: [PATCH 16/16] template: Fix packaging cmake files.
5
6---
7 macros/templates.macro | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/macros/templates.macro b/macros/templates.macro
11index 76dcf69..794619b 100644
12--- a/macros/templates.macro
13+++ b/macros/templates.macro
14@@ -52,7 +52,7 @@ packages
15 %{libdir}/pkgconfig
16 %{datadir}/aclocal
17 %{libdir}/*.so
18- %{datadir}/*/cmake
19+ %{datadir}/cmake
20 %{mandir}/man2
21 %{mandir}/man3
22 %{datadir}/pkgconfig
23--
241.7.10.4
25