Skip to content

Commit

Permalink
Merge pull request #99 from tjhei/fix_numdiff_path
Browse files Browse the repository at this point in the history
fix numdiff path
  • Loading branch information
koecher authored Oct 12, 2018
2 parents 1a76b54 + 7be8a72 commit eb6dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deal.II-toolchain/packages/numdiff.package
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ package_specific_conf () {
CONFIG_FILE=${CONFIGURATION_PATH}/${NAME}
rm -f $CONFIG_FILE
echo "
export PATH=${INSTALL_PATH}:\${PATH}
export PATH=${INSTALL_PATH}/bin:\${PATH}
" >> $CONFIG_FILE
}

0 comments on commit eb6dcec

Please sign in to comment.