On 03/06/15 13:50, Jens Timmerman wrote:
Hello Franky,
On 03/06/15 13:37, Backeljauw Franky wrote:
Hello,
We want to use EasyBuild to install a package which just needs a Tarball to be
unpacked, but then we also want to change the directory name, how can we do
that?
I believe you can set
|unpack_options = '-C %(installdir)s/<different_dir>
'
|
actually, you probably want
||unpack_options = '-C %(installdir)s/<different_dir>| --strip-components=1'|
to strip out the first dir from the tarball.
Regards,
Jens Timmerman
— Regards,
Franky