--- trunk/dist/mkdist 2024/08/04 05:18:37 18 +++ trunk/dist/mkdist 2024/08/04 17:32:41 22 @@ -52,7 +52,7 @@ show_help() { cat < Create a software distribution from a directory. @@ -80,7 +80,7 @@ given version argument. -V, --verbose Enable verbose output. -Bug reports and questions should be sent to . +Bug reports and questions should be sent to . EOF } @@ -302,7 +302,7 @@ echo "$me: preparing '$target' for packaging" tmpdir=$(mktemp -d) -rsync_tmpdir="$tmpdir/$output_basename" +rsync_tmpdir="$tmpdir/${output_basename}-${archive_version}" mkdir $rsync_tmpdir