Skip to content

Commit

Permalink
Re #10784. Removing links annd regular files.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Dec 15, 2014
1 parent 36bd54c commit 914644f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ if [ -h $RPM_INSTALL_PREFIX0/@BIN_DIR@/MantidPlot ]; then
rm $RPM_INSTALL_PREFIX0/@BIN_DIR@/MantidPlot
fi
# Stale _exe
if [ -f @CMAKE_INSTALL_PREFIX@/@BIN_DIR@/MantidPlot_exe ]; then
if [ -e @CMAKE_INSTALL_PREFIX@/@BIN_DIR@/MantidPlot_exe ]; then
rm $RPM_INSTALL_PREFIX0/@BIN_DIR@/MantidPlot_exe
fi

Expand Down

0 comments on commit 914644f

Please sign in to comment.