summaryrefslogtreecommitdiffstats
path: root/specs
diff options
context:
space:
mode:
Diffstat (limited to 'specs')
-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 f7dba32cd..a872b1b6e 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -714,7 +714,7 @@ done
%if ! 0%{?rhel}
# Scanning the python code with pylint.
-sh ../pylint-build-scan.sh %{buildroot} `pwd`
+python2 ../pylint-build-scan.py rpm --prefix %{buildroot}
if [ $? -ne 0 ]; then
echo "pylint failed. RC: $?"
exit 1