Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix grass script install
  • Loading branch information
jef-n committed Apr 12, 2015
1 parent 9ba490a commit 9c336b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/grass/scripts/CMakeLists.txt
@@ -1,6 +1,6 @@
IF (GRASS_NUM_VERSION GREATER 60300)
IF (GRASS_NUM_VERSION6 GREATER 60300 OR GRASS_NUM_VERSION7 GREATER 60300)
FILE (GLOB MODULE_FILES *.py )
INSTALL (FILES ${MODULE_FILES}
DESTINATION ${QGIS_DATA_DIR}/grass/scripts
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE )
ENDIF (GRASS_NUM_VERSION GREATER 60300)
ENDIF (GRASS_NUM_VERSION6 GREATER 60300 OR GRASS_NUM_VERSION7 GREATER 60300)

0 comments on commit 9c336b5

Please sign in to comment.