[sagenb] 149/157: dist.sh: Remove all sagenb stuff from dist/ dir on -s arg

felix salfelder felix-guest at moszumanska.debian.org
Mon Dec 22 16:52:02 UTC 2014


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

felix-guest pushed a commit to branch master
in repository sagenb.

commit 40a4397498ae2d87c54e926f626122051b66abdf
Author: Punarbasu Purkayastha <ppurka at gmail.com>
Date:   Sun Nov 9 22:16:43 2014 +0800

    dist.sh: Remove all sagenb stuff from dist/ dir on -s arg
---
 dist.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist.sh b/dist.sh
index e0d9639..b4156a6 100755
--- a/dist.sh
+++ b/dist.sh
@@ -31,7 +31,7 @@ fi
 
 if [ -n "$SAGENB_ONLY" ]; then
     if [ -d dist ]; then
-        rm -f dist/sagenb-*.tar.gz
+        rm -f dist/sagenb-*
     else
         mkdir -p dist
     fi

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



More information about the debian-science-commits mailing list