[packages/pylint] Fix doc buildinig when pylint is not installed
jajcus
jajcus at pld-linux.org
Mon Jun 15 15:05:12 CEST 2015
commit e1ce958cbf6d6a5b872fa36485619bdccf0ad854
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Mon Jun 15 15:04:57 2015 +0200
Fix doc buildinig when pylint is not installed
pylint.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pylint.spec b/pylint.spec
index a27449c..9e239ae 100644
--- a/pylint.spec
+++ b/pylint.spec
@@ -112,8 +112,8 @@ export NO_SETUPTOOLS=1
unset NO_SETUPTOOLS
%endif
-export PYTHONPATH=$PWD/build/lib
-%{__make} -C doc text
+%{__make} -C doc text \
+ PYTHONPATH=$PWD/build/lib
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pylint.git/commitdiff/e1ce958cbf6d6a5b872fa36485619bdccf0ad854
More information about the pld-cvs-commit
mailing list