[sagemath/f20: 3/6] Correct problem when creating a new user

pcpa pcpa at fedoraproject.org
Wed Feb 12 13:04:09 UTC 2014


commit 87008ac17499e9edd9379f47ab30670f801b72a8
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Tue Feb 11 16:23:41 2014 -0200

    Correct problem when creating a new user

 sagemath.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/sagemath.spec b/sagemath.spec
index e8290e7..1633869 100644
--- a/sagemath.spec
+++ b/sagemath.spec
@@ -941,7 +941,6 @@ cat > %{buildroot}%{_bindir}/sage << EOF
 
 export CUR=\`pwd\`
 ##export DOT_SAGE="\$HOME/.sage"
-export DOT_SAGENB="\$DOT_SAGE"
 mkdir -p \$DOT_SAGE/{maxima,sympow,tmp}
 export SAGE_TESTDIR=\$DOT_SAGE/tmp
 export SAGE_ROOT="$SAGE_ROOT"
@@ -969,7 +968,7 @@ export SAGE_FORTRAN_LIB=\`gfortran --print-file-name=libgfortran.so\`
 export SYMPOW_DIR="\$DOT_SAGE/sympow"
 export LC_MESSAGES=C
 export LC_NUMERIC=C
-MALLOC_CHECK_=1 $SAGE_LOCAL/bin/sage "\$@"
+$SAGE_LOCAL/bin/sage "\$@"
 EOF
 #------------------------------------------------------------------------
 chmod +x %{buildroot}%{_bindir}/sage


More information about the scm-commits mailing list