diff options
author | MichaelJGilroy <michael.gilroy24@gmail.com> | 2017-06-02 12:17:41 -0600 |
---|---|---|
committer | MichaelJGilroy <michael.gilroy24@gmail.com> | 2017-06-02 12:17:41 -0600 |
commit | 0d3379bb92d1eb8826379802c70289c8a929ef44 (patch) | |
tree | bf2f013fa68cd5aa58d508d20a206f0f21d886dd | |
parent | going back to vanilla eprefix (diff) | |
download | gentoo-mpi-0d3379bb92d1eb8826379802c70289c8a929ef44.tar.gz gentoo-mpi-0d3379bb92d1eb8826379802c70289c8a929ef44.tar.bz2 gentoo-mpi-0d3379bb92d1eb8826379802c70289c8a929ef44.zip |
installing to EPREFIX/etc/* now
-rw-r--r-- | eclass/mpi-providers.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mpi-providers.eclass b/eclass/mpi-providers.eclass index b8f8ff7..b1af938 100644 --- a/eclass/mpi-providers.eclass +++ b/eclass/mpi-providers.eclass @@ -16,7 +16,7 @@ SLOT="${PVR}" # @ECLASS-FUNCTION: mpi-providers_safe_mv # @USAGE: $mpi-providers_save_mv < installation directory (usually EPREFIX)> mpi-providers_safe_mv() { - DEST="$1/usr/lib/mpi" + DEST="$1/etc/" if [[ ! -d "$DEST" ]]; then mkdir "$DEST" || die fi |