summaryrefslogtreecommitdiffstats
path: root/specs/pki-core.spec
diff options
context:
space:
mode:
Diffstat (limited to 'specs/pki-core.spec')
-rw-r--r--specs/pki-core.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index 0fb8e8407..50776a7f8 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -729,7 +729,7 @@ done
%if ! 0%{?rhel}
# Scanning the python code with pylint.
-sh ../pylint-build-scan.sh %{buildroot} `pwd`
+python ../pylint-build-scan.py rpm --prefix %{buildroot}
if [ $? -ne 0 ]; then
echo "pylint failed. RC: $?"
exit 1