Changeset 21678 for trunk/tools/install


Ignore:
Timestamp:
Aug 24, 2011, 11:40:47 PM (14 years ago)
Author:
dmik
Message:

Added RPM .spec file and script to auto-update it.

The file HowToDistribute.txt contains the detailed description
of the steps necessary to prepare ZIP and RPM distribution
archives.

The .spec file only installs some test files, this will be improved
soon.

Location:
trunk/tools/install
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/install/CreateZIPs.sh

    r21665 r21678  
    153153
    154154[ -f "$odinbuild_h" ] || \
    155     die "Could not find $odinbuild_h file."
     155    die "Could not find file '$odinbuild_h'."
    156156
    157157ver_major=$(sed -nre \
     
    163163
    164164[ -z "$ver_major" -o -z "$ver_minor" -o -z "$ver_build" ] && \
    165     die "Could not determine Odin version number in $odinbuild_h."
     165    die "Could not determine Odin version number in '$odinbuild_h.'"
    166166
    167167ver_dots="$ver_major.$ver_minor.$ver_build"
Note: See TracChangeset for help on using the changeset viewer.