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.20.0-manpath.patch
Date: Fri, 15 Aug 2008 19:00:30
Message-Id: E1KU4XD-0000IA-P3@stork.gentoo.org
1 mrness 08/08/15 19:00:27
2
3 Added: cutecom-0.20.0-manpath.patch
4 Log:
5 Fix man path (#234308).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-dialup/cutecom/files/cutecom-0.20.0-manpath.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/files/cutecom-0.20.0-manpath.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/files/cutecom-0.20.0-manpath.patch?rev=1.1&content-type=text/plain
13
14 Index: cutecom-0.20.0-manpath.patch
15 ===================================================================
16 diff -ur cutecom-0.20.0.orig/CMakeLists.txt cutecom-0.20.0/CMakeLists.txt
17 --- cutecom-0.20.0.orig/CMakeLists.txt 2008-03-12 21:09:49.000000000 +0000
18 +++ cutecom-0.20.0/CMakeLists.txt 2008-08-15 18:52:27.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 )