Skip to content
Snippets Groups Projects
Commit db4752fb authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixed extra /usr instroduced by bdist.

parent d1cdeb5a
Branches
Tags
No related merge requests found
...@@ -125,7 +125,8 @@ endif() ...@@ -125,7 +125,8 @@ endif()
set(MOOSE_GUI_DIR ${CMAKE_SOURCE_DIR}/moose-gui) set(MOOSE_GUI_DIR ${CMAKE_SOURCE_DIR}/moose-gui)
# Install pymoose. Use tar.gz in PYMOOSE_BUILD_DIR and unarchive it. # Install pymoose. Use tar.gz in PYMOOSE_BUILD_DIR and unarchive it.
install(DIRECTORY ${PYMOOSE_INSTALL_DIR}/ # /usr is prefixed by bdist so we need to replace it.
install(DIRECTORY ${PYMOOSE_INSTALL_DIR}/usr/
DESTINATION ${CMAKE_INSTALL_PREFIX} DESTINATION ${CMAKE_INSTALL_PREFIX}
PATTERN ".git" EXCLUDE PATTERN ".git" EXCLUDE
PATTERN "*.pyc" EXCLUDE PATTERN "*.pyc" EXCLUDE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment