summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2014-08-31 15:35:39 +0000
committerTiziano Müller <dev-zero@gentoo.org>2014-08-31 15:35:39 +0000
commit08013821640d0b6cba105d9ff22c530dbc6b4697 (patch)
treeec10007f90dddc25ba39be28c8eb14408488e796 /app-misc/task/files
parentUpdate postinst message, bug #521728 (diff)
downloadgentoo-2-08013821640d0b6cba105d9ff22c530dbc6b4697.tar.gz
gentoo-2-08013821640d0b6cba105d9ff22c530dbc6b4697.tar.bz2
gentoo-2-08013821640d0b6cba105d9ff22c530dbc6b4697.zip
Version bump (bug #498834), thanks to Elias Probst.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
Diffstat (limited to 'app-misc/task/files')
-rw-r--r--app-misc/task/files/task-2.3.0-issue-1473-rcdir-fix.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/task/files/task-2.3.0-issue-1473-rcdir-fix.patch b/app-misc/task/files/task-2.3.0-issue-1473-rcdir-fix.patch
new file mode 100644
index 000000000000..6ab725e65441
--- /dev/null
+++ b/app-misc/task/files/task-2.3.0-issue-1473-rcdir-fix.patch
@@ -0,0 +1,26 @@
+From 0e291e8b022b058f1db6112f5437b7a01e563a2e Mon Sep 17 00:00:00 2001
+From: Elias Probst <mail@eliasprobst.eu>
+Date: Thu, 23 Jan 2014 00:04:46 +0100
+Subject: [PATCH] Fixed the usage of TASK_RCDIR which was introduced by #1473.
+ Until now, the content of doc/rc was still installed to TASK_DOCDIR instead
+ of TASK_RCDIR.
+
+---
+ doc/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
+index 99a1a2f..ce5d13f 100644
+--- a/doc/CMakeLists.txt
++++ b/doc/CMakeLists.txt
+@@ -11,6 +11,6 @@ install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${TASK_MAN1DIR
+ FILES_MATCHING PATTERN "*.1")
+ install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${TASK_MAN5DIR}
+ FILES_MATCHING PATTERN "*.5")
+-install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/rc DESTINATION ${TASK_DOCDIR})
++install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/rc/ DESTINATION ${TASK_RCDIR})
+
+ install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/ref/task-ref.pdf DESTINATION ${TASK_DOCDIR})
+--
+1.8.3.2
+