mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04:00
pkgbuild: no need to run pgo input *that* many times
This commit is contained in:
parent
d3cee56a10
commit
e23ab4a7a3
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -39,7 +39,7 @@ build() {
|
||||||
--cols=135 \
|
--cols=135 \
|
||||||
${script_options} \
|
${script_options} \
|
||||||
${tmp_file}
|
${tmp_file}
|
||||||
./pgo ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file}
|
./pgo ${tmp_file} ${tmp_file} ${tmp_file}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm "${tmp_file}"
|
rm "${tmp_file}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue