app-portage/src_prepare-scripts: correct temporary build directory
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
f8d961b3b0
commit
5a7b10e78b
@ -17,6 +17,7 @@ if [[ "${PV}" == *9999* ]]; then
|
||||
else
|
||||
SRC_URI="https://gitlab.com/src_prepare/scripts/-/archive/${PV}/scripts-${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/scripts-${PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="
|
||||
|
@ -17,6 +17,7 @@ if [[ "${PV}" == *9999* ]]; then
|
||||
else
|
||||
SRC_URI="https://gitlab.com/src_prepare/scripts/-/archive/${PV}/scripts-${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/scripts-${PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="
|
||||
|
Loading…
Reference in New Issue
Block a user