diff options
Diffstat (limited to 'gis/proj/fix_mandir.patch')
-rw-r--r-- | gis/proj/fix_mandir.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gis/proj/fix_mandir.patch b/gis/proj/fix_mandir.patch new file mode 100644 index 000000000000..3922915d51a0 --- /dev/null +++ b/gis/proj/fix_mandir.patch @@ -0,0 +1,9 @@ +diff -Naur proj-9.0.0/man/CMakeLists.txt proj-9.0.0-new/man/CMakeLists.txt +--- proj-9.0.0/man/CMakeLists.txt 2022-02-23 18:51:04.000000000 +0000 ++++ proj-9.0.0-new/man/CMakeLists.txt 2022-03-02 16:22:14.979350892 +0000 +@@ -6,4 +6,4 @@ + man1/gie.1 + man1/projinfo.1 + man1/projsync.1 +- DESTINATION share/man/man1) ++ DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) |