Skip to content

Commit

Permalink
Fix install path for MantidPlot launcher script
Browse files Browse the repository at this point in the history
Refs #10271
  • Loading branch information
martyngigg committed Nov 26, 2014
1 parent 19552b9 commit 50ddf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/CMake/LinuxPackageScripts.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ file ( WRITE ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launch_mantidplot.sh "#!/bin/bash
execute_process ( COMMAND "chmod" "+x" "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launch_mantidplot.sh"
OUTPUT_QUIET ERROR_QUIET )
# Package version
install ( FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}launch_mantidplot.sh
install ( FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launch_mantidplot.sh
DESTINATION ${BIN_DIR}
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ
Expand Down

0 comments on commit 50ddf1f

Please sign in to comment.