summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-08-15 19:00:27 +0000
committerAlin Năstac <mrness@gentoo.org>2008-08-15 19:00:27 +0000
commitd2805d6c7564947bbeab6ab20baacf1b94003aa4 (patch)
tree3eeb3b6783e13dfc6848e0d8a94d1a213714ac78 /net-dialup/cutecom/files
parentPackage mask ~app-editors/emacs-cvs-22.2.9999. (diff)
downloadgentoo-2-d2805d6c7564947bbeab6ab20baacf1b94003aa4.tar.gz
gentoo-2-d2805d6c7564947bbeab6ab20baacf1b94003aa4.tar.bz2
gentoo-2-d2805d6c7564947bbeab6ab20baacf1b94003aa4.zip
Fix man path (#234308).
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dialup/cutecom/files')
-rw-r--r--net-dialup/cutecom/files/cutecom-0.20.0-manpath.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-dialup/cutecom/files/cutecom-0.20.0-manpath.patch b/net-dialup/cutecom/files/cutecom-0.20.0-manpath.patch
new file mode 100644
index 000000000000..6503e5d3d71a
--- /dev/null
+++ b/net-dialup/cutecom/files/cutecom-0.20.0-manpath.patch
@@ -0,0 +1,12 @@
+diff -ur cutecom-0.20.0.orig/CMakeLists.txt cutecom-0.20.0/CMakeLists.txt
+--- cutecom-0.20.0.orig/CMakeLists.txt 2008-03-12 21:09:49.000000000 +0000
++++ cutecom-0.20.0/CMakeLists.txt 2008-08-15 18:52:27.000000000 +0000
+@@ -17,7 +17,7 @@
+
+ install(TARGETS cutecom DESTINATION bin )
+
+-install(FILES cutecom.1 DESTINATION man/man1 )
++install(FILES cutecom.1 DESTINATION share/man/man1 )
+
+ find_program(KDECONFIG_EXECUTABLE NAMES kde-config )
+