Changeset 61141fd in git for make_tar.sh


Ignore:
Timestamp:
Nov 2, 2016, 2:18:33 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
446a69d5ed9308c77490b1c0193e81aba162e1fb
Parents:
19bb75b9b5fd1ddc657c1dc1b78bfc478dbdfeac
Message:
4.0.3p5
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make_tar.sh

    r19bb75 r61141fd  
    11#!/bin/sh
    2 TARVERSION=4.0.3p3
     2TARVERSION=4.0.3p5
    33VERSION=4.0.3
    44export VERSION TARVERSION
     
    3131command rm -rf singular-$VERSION/logo  singular-$VERSION/standalone.test  singular-$VERSION/templates  singular-$VERSION/tests
    3232cp redhat/singular.spec singular-$VERSION/redhat/singular.spec
    33 cp /tmp/wawa-i/share/singular/LIB/all.lib  singular-$VERSION/Singular/LIB/.
     33cp /tmp2/wawa-i/share/singular/LIB/all.lib  singular-$VERSION/Singular/LIB/.
    3434tar cf singular-$TARVERSION.tar singular-$VERSION
    3535gzip -9 -f singular-$TARVERSION.tar
Note: See TracChangeset for help on using the changeset viewer.