diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-11-28 14:56:38 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-11-28 16:04:28 +0100 |
commit | 00242c045f5742c0abdfa6fc75aabf9c51a32580 (patch) | |
tree | a474c7307c78489e82189fda6ea960b5b0fd7647 /dev-util/catkin | |
parent | dev-util/catkin: set global etc destination to /etc, part of bug #598537 (diff) | |
download | gentoo-00242c045f5742c0abdfa6fc75aabf9c51a32580.tar.gz gentoo-00242c045f5742c0abdfa6fc75aabf9c51a32580.tar.bz2 gentoo-00242c045f5742c0abdfa6fc75aabf9c51a32580.zip |
dev-util/catkin: add some comments in the etc patch
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-util/catkin')
-rw-r--r-- | dev-util/catkin/files/etc.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/catkin/files/etc.patch b/dev-util/catkin/files/etc.patch index 205aca92b62a..d95391f54193 100644 --- a/dev-util/catkin/files/etc.patch +++ b/dev-util/catkin/files/etc.patch @@ -1,3 +1,6 @@ +So that files like python_logging.conf ends up in $EPREFIX/etc. +https://bugs.gentoo.org/show_bug.cgi?id=598537 + Index: catkin-0.7.4/cmake/all.cmake =================================================================== --- catkin-0.7.4.orig/cmake/all.cmake |