From 87008ac17499e9edd9379f47ab30670f801b72a8 Mon Sep 17 00:00:00 2001 From: pcpa Date: Tue, 11 Feb 2014 16:23:41 -0200 Subject: [PATCH] Correct problem when creating a new user --- sagemath.spec | 3 +-- 1 file changed, 1 insertion(+), 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