[claws-mail] fix the libpython sed

Michael Schwendt mschwendt at fedoraproject.org
Mon Aug 5 09:33:13 UTC 2013


commit 240f708ecc8aceb6875044fa71c0939e87a61d09
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Aug 5 11:33:03 2013 +0200

    fix the libpython sed

 claws-mail.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/claws-mail.spec b/claws-mail.spec
index 591efc8..ffa0c81 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -365,7 +365,7 @@ SOURCEAPI=$(grep -A 1 VERSION_NUMERIC src/common/version.h | tr -d '\n' | perl -
 # ensure that the definition exists
 grep 'PYTHON_SHARED_LIB=.*\.so\"$' configure || exit -1
 # append .1.0
-sed -i 's!\(PYTHON_SHARED_LIB=.*\.so\)\"$!\1.1.0!' configure
+sed -i 's!\(PYTHON_SHARED_LIB=.*\.so\)\"$!\1.1.0\"!' configure
 # ensure that the definition no longer ends with .so"
 grep 'PYTHON_SHARED_LIB=.*\.so\"$' configure && exit -1
 # ensure that the code that uses it is still there


More information about the scm-commits mailing list