Skip to content

Commit

Permalink
Fix package path for old API algorithm plugins. Refs #970
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 18, 2013
1 parent 1835835 commit 5ec96b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/PythonAPI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,6 @@ endif ()
# Pure Python files
install ( FILES ${PY_FILES} DESTINATION ${BIN_DIR} )
# Algorithms
install ( DIRECTORY plugins/ DESTINATION ${PLUGINS_DIR}/python
install ( DIRECTORY PythonAlgorithms/ DESTINATION ${PLUGINS_DIR}/python/algorithms
PATTERN "*.pyc" EXCLUDE
PATTERN ".svn" EXCLUDE )

0 comments on commit 5ec96b8

Please sign in to comment.