On 15/08/2019 15:23, Maik Schmidt wrote:
Hi all,
short question: which easyblock is best used for the case:
- unpack to installdir first
- run a command afterwards
?
I have tried the following:
easyblock = "PackedBinary"
install_cmd = "..."
However, as soon as "install_cmd" is defined, the files are not copied
to the installdir automatically anymore.
Of course, I could add a "cp" to my install_cmd or use the CmdCp
easyblock, but that feels a little clumsy.
Maybe a paramter could be added to PackedBinary to simple execute a
command after the unpacking? That would be helpful in a few cases, I
believe.
How about setting "buildininstalldir = True" (together with using
PackedBinary and install_cmd)?
regards,
Kenneth