From ea80d3c0cbfd79e2bcda864ba2073a93f04199b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 19 Feb 2018 07:56:30 +0100 Subject: [PATCH] Fix GRASS 7.4 path --- qgis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgis.spec b/qgis.spec index e0b9d23..fdda859 100644 --- a/qgis.spec +++ b/qgis.spec @@ -223,7 +223,7 @@ gzip ChangeLog -D WITH_BINDINGS:BOOL=TRUE \ -D WITH_GRASS:BOOL=TRUE \ -D WITH_GRASS7:BOOL=TRUE \ - -D GRASS_PREFIX=%{_libdir}/grass \ + -D GRASS_PREFIX=%{_libdir}/grass-7.4.0 \ -D WITH_CUSTOM_WIDGETS:BOOL=TRUE \ -D BINDINGS_GLOBAL_INSTALL:BOOL=TRUE \ -D ENABLE_TESTS:BOOL=FALSE \