mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
fix typo
This commit is contained in:
parent
f2dfa55fce
commit
216fb12099
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ pretend_build() {
|
|||
}
|
||||
|
||||
dep_build() {
|
||||
emerge --getbinpkg=y --buildpkg=n --jobs="$(nproc)" --load-average="$(nproc)" --verbose --only-deps "${1}"
|
||||
emerge --getbinpkg=y --buildpkg=n --jobs="$(nproc)" --load-average="$(nproc)" --verbose --onlydeps "${1}"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue