diff options
author | George Hartzell <hartzell@alerce.com> | 2017-07-06 11:33:57 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2017-07-06 13:33:57 -0500 |
commit | 8fe51b3ffc717a5ce00a69c8758e29c991865b6c (patch) | |
tree | bfd741935c51bf12e706f5f7fda3067351b85486 /etc | |
parent | b749986dcc0d31efa37a96d6c5d76acdc4b732e4 (diff) | |
download | spack-8fe51b3ffc717a5ce00a69c8758e29c991865b6c.tar.gz spack-8fe51b3ffc717a5ce00a69c8758e29c991865b6c.tar.bz2 spack-8fe51b3ffc717a5ce00a69c8758e29c991865b6c.tar.xz spack-8fe51b3ffc717a5ce00a69c8758e29c991865b6c.zip |
Make vcftools actually install its libraries (#4682)
The vcftools package was installing its Perl libraries into a
directory in the staging directory named 'lib', instead of installing
them into `prefix.lib` where they should have been because the value
passed to the configure script was wrong.
The result was that any attempt to run one of the scripts in the
package failed with something like:
> Can't locate VcfStats.pm in @INC (you may need to install the
> VcfStats module) [...]
This fix provides the correct information in `configure_args`.
Tested lightly on CentOS 7.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions