mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/optix: fix NonConsistentTarUsage [QA]
Issue: https://github.com/pkgcore/pkgcheck/issues/704 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -64,7 +64,7 @@ src_unpack() {
|
||||
cp "${DISTDIR}/${P}-${i}" "${S}/include/${i}" || die
|
||||
done
|
||||
else
|
||||
tail -n +223 "${DISTDIR}"/${A} | tar -zx
|
||||
tail -n +223 "${DISTDIR}"/${A} | tar -zx -f -
|
||||
assert "unpacking ${A} failed"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -64,7 +64,7 @@ src_unpack() {
|
||||
cp "${DISTDIR}/${P}-${i}" "${S}/include/${i}" || die
|
||||
done
|
||||
else
|
||||
tail -n +223 "${DISTDIR}"/${A} | tar -zx
|
||||
tail -n +223 "${DISTDIR}"/${A} | tar -zx -f -
|
||||
assert "unpacking ${A} failed"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user