mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04: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() {
|
build() {
|
||||||
../pgo/pgo.sh ${PGO} .. .
|
../pgo/pgo.sh ${PGO} .. . --prefix=/usr --wrap-mode=nofallback
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue