pkgbuild: the pgo script erases the old profdata files

This commit is contained in:
Daniel Eklöf 2021-09-04 18:42:04 +02:00
parent a941253ba7
commit 2181af0552
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -16,7 +16,6 @@ pkgver() {
}
build() {
rm -rf *
../pgo/pgo.sh ${PGO} .. .
}