Changeset 397


Ignore:
Timestamp:
06/01/2011 03:31:47 PM (12 years ago)
Author:
marcus
Message:

r218 | walther | 2011-06-01 15:31:02 +0200 (Mi, 01 Jun 2011) | 1 line

now using script directly from svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/setup/makerelease.sh

    r347 r397  
    5656function joinarchive { 
    5757    echo "4. Creating self-extracting executable..." 
    58     cat decompress.sh > /tmp/SHM-install.sh 
     58    cat $TMPDIR/setup/decompress.sh > /tmp/SHM-install.sh 
    5959    base64 $TMPDIR/SHM.tar.gz >> /tmp/SHM-install.sh 
    6060    chmod 755 /tmp/SHM-install.sh 
Note: See TracChangeset for help on using the changeset viewer.