forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-util/catkin: set global etc destination to /etc, part of bug #598537
Package-Manager: portage-2.3.2
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Index: catkin-0.7.4/cmake/all.cmake | ||
=================================================================== | ||
--- catkin-0.7.4.orig/cmake/all.cmake | ||
+++ catkin-0.7.4/cmake/all.cmake | ||
@@ -163,7 +163,7 @@ unset(_CATKIN_CURRENT_PACKAGE) | ||
|
||
# set global install destinations | ||
set(CATKIN_GLOBAL_BIN_DESTINATION bin) | ||
-set(CATKIN_GLOBAL_ETC_DESTINATION etc) | ||
+set(CATKIN_GLOBAL_ETC_DESTINATION ../etc) | ||
set(CATKIN_GLOBAL_INCLUDE_DESTINATION include) | ||
set(CATKIN_GLOBAL_LIB_DESTINATION ${CMAKE_INSTALL_LIBDIR}) | ||
set(CATKIN_GLOBAL_LIBEXEC_DESTINATION libexec) |