- remove settings-include-workdir.patch - updated man-install-share.patch to man-install-share-0.9.0.patch - updated lib64-suffix.patch to lib64-suffix-0.9.0.patch - enabled python to support msexport tool - added Requires: grass to grass subpackage
13 lines
487 B
Diff
13 lines
487 B
Diff
diff -ruN qgis-0.9.0-orig/CMakeLists.txt qgis-0.9.0/CMakeLists.txt
|
|
--- qgis-0.9.0-orig/CMakeLists.txt 2007-08-27 19:29:28.000000000 -0400
|
|
+++ qgis-0.9.0/CMakeLists.txt 2007-09-26 08:53:04.000000000 -0400
|
|
@@ -241,7 +241,7 @@
|
|
|
|
# manual page... install also on windows?
|
|
INSTALL (FILES qgis.man
|
|
- DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
|
|
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
|
|
|
|
|
|
#############################################################
|