pkgbuild: no need to run pgo input *that* many times

This commit is contained in:
Daniel Eklöf 2020-11-22 12:43:19 +01:00
parent d3cee56a10
commit e23ab4a7a3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -39,7 +39,7 @@ build() {
--cols=135 \
${script_options} \
${tmp_file}
./pgo ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file}
./pgo ${tmp_file} ${tmp_file} ${tmp_file}
fi
rm "${tmp_file}"