Ignore:
Timestamp:
Mar 14, 2013, 8:57:26 PM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Fixes to Zip script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/CreateZIPs.sh

    r1132 r1140  
    107107parse_version()
    108108{
    109     local spec_file="$start_dir/qt4.spec"
     109    local spec_file="$script_dir/qt4.spec"
    110110
    111111    # get the version info from .spec
     
    303303
    304304script_path=$(readlink -e $0)
     305[ -z "$script_path" ] && script_path=$0
    305306script_dir=${script_path%/*}
    306307script_name=$(basename $0)
Note: See TracChangeset for help on using the changeset viewer.