mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pkgbuild: add back --prefix --wrap-mode=nofallback
This commit is contained in:
parent
e77c3b3e4f
commit
7e53de263b
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -16,7 +16,7 @@ pkgver() {
|
|||
}
|
||||
|
||||
build() {
|
||||
../pgo/pgo.sh ${PGO} .. .
|
||||
../pgo/pgo.sh ${PGO} .. . --prefix=/usr --wrap-mode=nofallback
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue