summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-04-18 16:05:45 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-04-18 16:05:45 -0500
commit179ea7486f2f0d44d949029a43f35c5b0219bbc0 (patch)
treecfb194a6387fe3a32d6e4192f4bec93c302e9274
parente77524baefd1a18a00eba9e106305e8f55135984 (diff)
downloadbcfg2-179ea7486f2f0d44d949029a43f35c5b0219bbc0.tar.gz
bcfg2-179ea7486f2f0d44d949029a43f35c5b0219bbc0.tar.bz2
bcfg2-179ea7486f2f0d44d949029a43f35c5b0219bbc0.zip
redhat: Remove stray %
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--misc/bcfg2.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 9fa119edf..c727de948 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -46,7 +46,7 @@ BuildRequires: libsane1
BuildRequires: python-sphinx10
# the python-sphinx10 package doesn't set sys.path correctly, so we
# have to do it for them
-%define pythonpath %(find /usr/lib/python%{py_ver}/site-packages -name %Sphinx*.egg)
+%define pythonpath %(find /usr/lib/python%{py_ver}/site-packages -name Sphinx*.egg)
%else
BuildRequires: python-sphinx >= 0.6
%endif