]> git.ipfire.org Git - thirdparty/grub.git/commit
configure: Generate tar-ustar tarball instead of tar-v7
authorMate Kukri <mate.kukri@canonical.com>
Thu, 24 Jul 2025 17:06:29 +0000 (18:06 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 14 Aug 2025 19:21:42 +0000 (21:21 +0200)
commit67a95527b567b03903863ebd52aa9299e330c73f
tree1fc56019c5df1fed6d849b88fb33263d2bc76dfb
parent29d515b4cc0ff2fabbc6e6ff1d14c2238ad7db45
configure: Generate tar-ustar tarball instead of tar-v7

Some of our paths are too long for tar-v7 at this point but tar-ustar
is supported by essentially everything. So, let's use that.

Signed-off-by: Mate Kukri <mate.kukri@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac