[sagemath] 01/01: Fix reference to variable in Makefile

Ximin Luo infinity0 at debian.org
Mon Aug 8 10:43:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository sagemath.

commit 6ae9a4b8ddc5f2bb9f25f300930f1160f608a24c
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 8 12:43:10 2016 +0200

    Fix reference to variable in Makefile
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c840eef..6ff9de8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ reset:
 	$(MAKE) -f debian/rules clean
 	QUILT_PATCHES=debian/patches quilt pop -af || true
 	cd sage; git clean -fdx
-	rm -rf $HOME/.sage/local
+	rm -rf $$HOME/.sage/local
 	QUILT_PATCHES=debian/patches quilt push -a
 
 build-dep:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list