summaryrefslogtreecommitdiff
path: root/sci-visualization/gr/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /sci-visualization/gr/files
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'sci-visualization/gr/files')
-rw-r--r--sci-visualization/gr/files/gr-0.49.0-paths.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-visualization/gr/files/gr-0.49.0-paths.patch b/sci-visualization/gr/files/gr-0.49.0-paths.patch
new file mode 100644
index 000000000000..73e23022f372
--- /dev/null
+++ b/sci-visualization/gr/files/gr-0.49.0-paths.patch
@@ -0,0 +1,15 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index db08eeb7..46be6fab 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -907,8 +907,8 @@ if(GR_INSTALL)
+ install(FILES lib/gr/qtgr/grwidget.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/)
+ endif()
+ install(
+- DIRECTORY lib/gks/fonts
+- DESTINATION ${CMAKE_INSTALL_PREFIX}/
++ DIRECTORY lib/gks/fonts/
++ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/fonts/gks
+ USE_SOURCE_PERMISSIONS
+ )
+ endif()