summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott K Logan <logans@cottsay.net>2014-03-06 13:38:43 -0700
committerScott K Logan <logans@cottsay.net>2014-03-06 13:38:43 -0700
commit4f0c05a93fdcdd3911dde960cdbe658a50c923aa (patch)
treee48da86dec2b785caf2d838cec22e004ccc55f13
parentb21287006bc6e783708485afb0bf974d76ef7229 (diff)
downloadpython-jenkins-4f0c05a93fdcdd3911dde960cdbe658a50c923aa.tar.gz
python-jenkins-4f0c05a93fdcdd3911dde960cdbe658a50c923aa.tar.xz
python-jenkins-4f0c05a93fdcdd3911dde960cdbe658a50c923aa.zip
Fix a bad popd in the spec
-rw-r--r--python-jenkins.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-jenkins.spec b/python-jenkins.spec
index ddc470c..dfba0da 100644
--- a/python-jenkins.spec
+++ b/python-jenkins.spec
@@ -32,7 +32,7 @@ sed -i '/^#!\/usr\/bin\/env python$/d' jenkins/__init__.py
pushd doc
make html man
rm -f build/html/.buildinfo
-popd doc
+popd
%install
%{__python2} setup.py install --skip-build --root %{buildroot}