Skip to content

Commit

Permalink
Fix install prefix for debian post install script
Browse files Browse the repository at this point in the history
Refs #10271
  • Loading branch information
martyngigg committed Nov 25, 2014
1 parent 7705506 commit b31f758
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ case "$1" in
# Environment updates if required
if [ ${ENVVARS_ON_INSTALL} -eq 1 ]; then
# Link profiles to /etc/profile.d
ln -s @PKG_INSTALL_PREFIX@/@ETC_DIR@/mantid.sh /etc/profile.d/mantid.sh
ln -s @PKG_INSTALL_PREFIX@/@ETC_DIR@/mantid.csh /etc/profile.d/mantid.csh
ln -s @CMAKE_INSTALL_PREFIX@/@ETC_DIR@/mantid.sh /etc/profile.d/mantid.sh
ln -s @CMAKE_INSTALL_PREFIX@/@ETC_DIR@/mantid.csh /etc/profile.d/mantid.csh
fi
;;

Expand Down

0 comments on commit b31f758

Please sign in to comment.