Ignore:
Timestamp:
2007-10-28T15:50:35+01:00 (18 years ago)
Author:
ulf
Message:

remove the need for a downloads dir, as we download nothing and get all files from the subversion directory directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm-setup-unix.sh

    r5204 r5214  
    2020
    2121#export VERSION=latest
    22 export VERSION=custom-${svnrevision}
     22export VERSION=custom-${svnrevision}                                         
    2323
    2424echo "Creating Windows Installer for josm-$VERSION"
     
    4343fi
    4444
    45 
    46 echo
    47 echo "##################################################################"
    48 echo "### Copy the required Stuff into the download Directory"
    49 mkdir -p downloads
    50 (
    51     cd downloads
    52    
    53     # get latest josm version (and license)
    54     cp ../../core/LICENSE LICENSE
    55     cp ../../core/dist/josm-custom.jar josm-latest.jar
    56    
    57     # Get all plugins
    58     cp ../../plugins/dist/*.jar .
    59 )
    60 
    6145echo
    6246echo "##################################################################"
     
    7862# apt-get install nsis
    7963makensis -V2 -DVERSION=$VERSION josm.nsi
     64
     65# delete the intermediate file, just to avoid confusion
     66rm josm.exe
Note: See TracChangeset for help on using the changeset viewer.