mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dotnet-utils.eclass: fix src_prepare
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -163,13 +163,12 @@ dotnet-utils_src_unpack() {
|
|||||||
|
|
||||||
# @FUNCTION: dotnet-utils_src_prepare
|
# @FUNCTION: dotnet-utils_src_prepare
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Restores the packages
|
# Restore the packages using 'dotnet restore'
|
||||||
dotnet-utils_src_prepare() {
|
dotnet-utils_src_prepare() {
|
||||||
debug-print-function ${FUNCNAME} "${@}"
|
debug-print-function ${FUNCNAME} "${@}"
|
||||||
|
|
||||||
edotnet restore \
|
edotnet restore --source "${DISTDIR}" || die "Restore failed"
|
||||||
--source "${DISTDIR}" || die
|
default_src_prepare
|
||||||
default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# @FUNCTION: dotnet-utils_src_compile
|
# @FUNCTION: dotnet-utils_src_compile
|
||||||
|
|||||||
Reference in New Issue
Block a user