mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
dotnet-utils.eclass: Typo in default src_compile
Signed-off-by: Anna (navi) Figueiredo Gomes <anna@navirc.com>
This commit is contained in:
parent
e4dd1300af
commit
c2df2fac2e
@ -178,7 +178,7 @@ dotnet-utils_src_prepare() {
|
||||
dotnet-utils_src_compile() {
|
||||
debug-print-function ${FUNCNAME} "${@}"
|
||||
|
||||
local publist_args=(
|
||||
local publish_args=(
|
||||
--no-restore
|
||||
--configuration Release
|
||||
-p:Version=${PV}
|
||||
@ -186,7 +186,7 @@ dotnet-utils_src_compile() {
|
||||
--self-contained
|
||||
)
|
||||
|
||||
edotnet publish "${publish_args}" || die "'dotnet publish' failed"
|
||||
edotnet publish "${publish_args[@]}" || die "'dotnet publish' failed"
|
||||
}
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user