mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -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
|
||||
# @DESCRIPTION:
|
||||
# Restores the packages
|
||||
# Restore the packages using 'dotnet restore'
|
||||
dotnet-utils_src_prepare() {
|
||||
debug-print-function ${FUNCNAME} "${@}"
|
||||
|
||||
edotnet restore \
|
||||
--source "${DISTDIR}" || die
|
||||
default
|
||||
edotnet restore --source "${DISTDIR}" || die "Restore failed"
|
||||
default_src_prepare
|
||||
}
|
||||
|
||||
# @FUNCTION: dotnet-utils_src_compile
|
||||
|
||||
Reference in New Issue
Block a user