Update CentOS 8 repo name.

This commit is contained in:
levlam 2021-08-12 20:42:37 +03:00
parent 45790b144c
commit 01d83bf85c
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ function onOptionsChanged() {
cmake = 'cmake3';
packages += ' gperf';
} else {
commands.push(sudo + 'dnf --enablerepo=PowerTools install gperf');
commands.push(sudo + 'dnf --enablerepo=powertools install gperf');
}
packages += ' ' + cmake;
if (target === 'JNI') {