Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install with unsupported tar -z #505

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lars18th
Copy link

Some tar binaries (like the one from busybox in buildroot) have troubles with "tar -z" parameters. This patch overcomes the problem calling to gzip prior to tar.

Some tar binaries (like the one from busybox in buildroot) have troubles with "tar -z" parameters. This patch overcomes the problem calling to gzip prior to tar.
@mark2185
Copy link
Contributor

Do they work if you don't specify -z at all? I know I've encountered some that worked with tar xf, even though it was gzipped.

@lars18th
Copy link
Author

Do they work if you don't specify -z at all? I know I've encountered some that worked with tar xf, even though it was gzipped.

No. The "-z" parameter is not supported by busybox's "tar". Futhermore, some other UNIX tar versions doesn't support it. The alternative implemented using the "gzip" tool externally is the most universal way. So I suggest to merge it.

Regards.

Missing verbose parameter in tar
@lars18th
Copy link
Author

Hi,

Added the missing "v" (verbose) parameter in the tar command.

I suggest to merge it.
Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants