mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-libs/libslirp: Fix sandbox violation #737656
Reported-by: Pietro <pietro.sammarco@googlemail.com> Closes: https://bugs.gentoo.org/737656 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -23,4 +23,5 @@ S=${WORKDIR}/${MY_P}
|
||||
src_prepare() {
|
||||
default
|
||||
echo "${PV}" > .tarball-version || die
|
||||
echo -e "#!${BASH}\necho -n \$(cat '${S}/.tarball-version')" > build-aux/git-version-gen || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user