Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/cutecom/files: cutecom-0.14.2-manpath.patch
Date: Sun, 22 Mar 2009 11:19:35
Message-Id: E1LlLiE-000325-Jj@stork.gentoo.org
1 mrness 09/03/22 11:19:30
2
3 Added: cutecom-0.14.2-manpath.patch
4 Log:
5 Bump version build on top of qt3.
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-dialup/cutecom/files/cutecom-0.14.2-manpath.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/files/cutecom-0.14.2-manpath.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/files/cutecom-0.14.2-manpath.patch?rev=1.1&content-type=text/plain
13
14 Index: cutecom-0.14.2-manpath.patch
15 ===================================================================
16 diff -Nru cutecom-0.14.2.orig/CMakeLists.txt cutecom-0.14.2/CMakeLists.txt
17 --- cutecom-0.14.2.orig/CMakeLists.txt 2008-03-10 22:53:44.000000000 +0000
18 +++ cutecom-0.14.2/CMakeLists.txt 2009-03-22 11:15:36.000000000 +0000
19 @@ -17,7 +17,7 @@
20
21 install(TARGETS cutecom DESTINATION bin )
22
23 -install(FILES cutecom.1 DESTINATION man/man1 )
24 +install(FILES cutecom.1 DESTINATION share/man/man1 )
25
26 find_program(KDECONFIG_EXECUTABLE NAMES kde-config )