kiss-community/kiss

?no-extract suffix confusion

mmatongo opened this issue · 5 comments

Coming up on some luck with my attempts to port Java to kiss I've encountered a very mundane problem.

So in order for me to compile Java I need to download some packages that are meant to be used during the build process.

Now I need to not have this files extracted but at the same time I need them to not have the suffix because they aren't recognised if they have it.

@dilyn-corner Help

You can just move them in the build script :) See how rust does it

Tried this and what I get is mv: can't rename *.tar.xz?no-extract': No such file or directory

Never-mind, my lack of sleep was impairing my judgement I couldn't see the xz for some reason.

Happens to the best of us. Let me know if you need any help getting java to work! Would love to see this succeed.