--- trunk/dist/mkdist 2024/08/04 13:06:22 20 +++ 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. @@ -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