[mozilla-adblockplus/el6] Use PYTHONPATH="" python in the same line or PYTHONPATH has no effect.

tomspur tomspur at fedoraproject.org
Fri Apr 6 16:09:33 UTC 2012


commit d9ae84094e99ea2f66b002e9223e9132e077ffd2
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Fri Apr 6 18:08:50 2012 +0200

    Use PYTHONPATH="" python in the same line or PYTHONPATH has no effect.
    
    Signed-off-by: Thomas Spura <thomas.spura at gmail.com>

 mozilla-adblockplus.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mozilla-adblockplus.spec b/mozilla-adblockplus.spec
index db50062..e4e304d 100644
--- a/mozilla-adblockplus.spec
+++ b/mozilla-adblockplus.spec
@@ -52,8 +52,8 @@ element hiding over the original Adblock extension.
 
 %build
 mkdir -p _build
-PYTHONPATH=/usr/lib/python2.6/site-packages/Jinja2-2.6-py2.6.egg
-python build.py build --release -b %{release} _build/%{name}-%{version}-%{release}.xpi
+PYTHONPATH=/usr/lib/python2.6/site-packages/Jinja2-2.6-py2.6.egg \
+    python build.py build --release -b %{release} _build/%{name}-%{version}-%{release}.xpi
 
 
 %install


More information about the scm-commits mailing list