Skip to content

Commit 05c6154

Browse files
committed
fix installing SEXTANTE sample modeles and scripts
1 parent da42b5d commit 05c6154

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FILE(GLOB PY_FILES *.py)
2-
FILE(GLOB MODEL_FILES models/*.modeñ)
2+
FILE(GLOB MODEL_FILES models/*.model)
33

4-
PLUGIN_INSTALL(sextante ./modeler ${PY_FILES})
5-
PLUGIN_INSTALL(sextante ./modeler/models ${MODEL_FILES})
4+
PLUGIN_INSTALL(sextante modeler ${PY_FILES})
5+
PLUGIN_INSTALL(sextante modeler/models ${MODEL_FILES})
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FILE(GLOB PY_FILES *.py)
2-
3-
ADD_SUBDIRECTORY(scripts)
2+
FILE(GLOB SCRIPTS_FILES scripts/*.py)
43

54
PLUGIN_INSTALL(sextante script ${PY_FILES})
5+
PLUGIN_INSTALL(sextante script/scripts ${SCRIPTS_FILES})

0 commit comments

Comments
 (0)