source: git/make_tar.sh @ 724581c

jengelh-datetimespielwiese
Last change on this file since 724581c was 724581c, checked in by Hans Schoenemann <hannes@…>, 7 years ago
add: make_tar.sh
  • Property mode set to 100644
File size: 275 bytes
Line 
1#!/bin/sh
2VERSION=4.0.2p1
3export VERSION
4
5git archive --prefix=singular-$VERSION/ HEAD |tar xf -
6mkdir singular-$VERSION/doc
7cp doc/*.man singular-$VERSION/doc/.
8tar cf singular-$VERSION.tar singular-$VERSION
9gzip -9 -f singular-$VERSION.tar
10command rm -rf singular-$VERSION
Note: See TracBrowser for help on using the repository browser.