--- trunk/dist/mkdist 2024/08/04 05:18:37 18 +++ trunk/dist/mkdist 2024/09/10 14:47:37 61 @@ -2,7 +2,7 @@ # # mkdist -- a script to create software distributions # -# This script is part of OSN Commons. Copyright (C) 2024 OSN, Inc. +# This script is part of OSN Commons. Copyright (C) 2024 OSN Developers. # # OSN Commons is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -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