/[osn-commons]/trunk/dist/mkdist
ViewVC logotype

Diff of /trunk/dist/mkdist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by rakinar2, Sun Aug 4 13:06:22 2024 UTC revision 22 by rakinar2, Sun Aug 4 17:32:41 2024 UTC
# Line 52  check_requirements() { Line 52  check_requirements() {
52  show_help() {  show_help() {
53      cat <<EOF      cat <<EOF
54  Usage:  Usage:
55      $me [options] [directory]      $me [options] <directory>
56    
57  Create a software distribution from a directory.  Create a software distribution from a directory.
58    
# Line 302  fi Line 302  fi
302  echo "$me: preparing '$target' for packaging"  echo "$me: preparing '$target' for packaging"
303    
304  tmpdir=$(mktemp -d)  tmpdir=$(mktemp -d)
305  rsync_tmpdir="$tmpdir/$output_basename"  rsync_tmpdir="$tmpdir/${output_basename}-${archive_version}"
306    
307  mkdir $rsync_tmpdir  mkdir $rsync_tmpdir
308    

Legend:
Removed from v.21  
changed lines
  Added in v.22

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26