Changeset 1140
- Timestamp:
- Mar 14, 2013, 8:57:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/CreateZIPs.sh
r1132 r1140 107 107 parse_version() 108 108 { 109 local spec_file="$s tart_dir/qt4.spec"109 local spec_file="$script_dir/qt4.spec" 110 110 111 111 # get the version info from .spec … … 303 303 304 304 script_path=$(readlink -e $0) 305 [ -z "$script_path" ] && script_path=$0 305 306 script_dir=${script_path%/*} 306 307 script_name=$(basename $0)
Note:
See TracChangeset
for help on using the changeset viewer.