spielwiese
Last change
on this file since 622b41 was
1b9fe1,
checked in by Hans Schoenemann <hannes@…>, 8 years ago
|
tests for tr. #393
|
-
Property mode set to
100644
|
File size:
682 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | VERSION=4.0.2p1 |
---|
3 | export VERSION |
---|
4 | |
---|
5 | git archive --prefix=singular-$VERSION/ HEAD |tar xf - |
---|
6 | mkdir singular-$VERSION/doc |
---|
7 | cp doc/*.man singular-$VERSION/doc/. |
---|
8 | command rm singular-$VERSION/.gdbinit singular-$VERSION/*/.gdbinit singular-$VERSION/*/*/.gdbinit singular-$VERSION/*/*/*/.gdbinit |
---|
9 | command rm -rf singular-$VERSION/modules |
---|
10 | command rm -rf singular-$VERSION/factory/old |
---|
11 | command rm -rf singular-$VERSION/autom4te.cache |
---|
12 | command rm -rf singular-$VERSION/*/autom4te.cache |
---|
13 | command rm -rf singular-$VERSION/*/*/autom4te.cache |
---|
14 | cd singular-$VERSION |
---|
15 | ./autogen.sh |
---|
16 | cd .. |
---|
17 | tar cf singular-$VERSION.tar singular-$VERSION |
---|
18 | gzip -9 -f singular-$VERSION.tar |
---|
19 | command rm -rf singular-$VERSION |
---|
Note: See
TracBrowser
for help on using the repository browser.