[jython/jython252rc3] Add missing line continuation

Andrew Overholt overholt at fedoraproject.org
Sun Jan 30 00:05:38 UTC 2011


commit 1f38a8870600d51358a5dfe531ff319b6481f866
Author: Andrew Overholt <overholt at redhat.com>
Date:   Sat Jan 29 17:03:05 2011 -0700

    Add missing line continuation

 jython.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jython.spec b/jython.spec
index 6f87fa2..8281dbf 100644
--- a/jython.spec
+++ b/jython.spec
@@ -109,7 +109,7 @@ ant \
   -Ddo.checkout=false \
   -Dsvn.code.dir=%{name}-svn-%{svn_tag} \
   -Djython.base.dir=$(pwd) \
-  -Dcpython.license.file=%{_defaultdocdir}/python-%{pyver}/LICENSE
+  -Dcpython.license.file=%{_defaultdocdir}/python-%{pyver}/LICENSE \
   brand-readme-version jar javadoc
 
 


More information about the scm-commits mailing list