[python-jenkins] Fix a bad popd in the spec

Scott K Logan cottsay at fedoraproject.org
Thu Mar 6 20:38:59 UTC 2014


commit 4f0c05a93fdcdd3911dde960cdbe658a50c923aa
Author: Scott K Logan <logans at cottsay.net>
Date:   Thu Mar 6 13:38:43 2014 -0700

    Fix a bad popd in the spec

 python-jenkins.spec |    2 +-
 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}


More information about the scm-commits mailing list