Changeset 8f5493 in git for make_tar.sh


Ignore:
Timestamp:
Jul 27, 2020, 9:25:36 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
564dd86f30671f357e69c3847d27eb32c16f23f3
Parents:
2617fca625d047a0b9890e6ffae1c5f8fe755aad
Message:
simplified maake_tar.sh: no INSTALL_DIR
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make_tar.sh

    r2617fca r8f5493  
    88TARVERSION=4.1.3p2
    99VERSION=4.1.3
    10 INSTALL_DIR=/tmp2/wawa-i
    1110BUILD_DIR=/tmp2/wawa
    12 export VERSION TARVERSION INSTALL_DIR BUILD_DIR
     11export VERSION TARVERSION BUILD_DIR
    1312
    1413# sanity check
     
    4342command rm -rf singular-$VERSION/logo  singular-$VERSION/standalone.test  singular-$VERSION/templates  singular-$VERSION/tests
    4443cp $BUILD_DIR/redhat/singular.spec singular-$VERSION/redhat/singular.spec
    45 cp $INSTALL_DIR/share/singular/LIB/all.lib  singular-$VERSION/Singular/LIB/.
     44cp $BUILD_DIR/Singular/all.lib  singular-$VERSION/Singular/LIB/.
    4645tar cf singular-$TARVERSION.tar singular-$VERSION
    4746gzip -9 -f singular-$TARVERSION.tar
Note: See TracChangeset for help on using the changeset viewer.