mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Minor comment & doc tweak.
This commit is contained in:
parent
250bc0aa8b
commit
9804bd18b2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72349
@ -35,9 +35,9 @@ generate_tarball() {
|
||||
usage() {
|
||||
echo "$0 <source_dir> <plist_dir> <tarball_dir>"
|
||||
echo
|
||||
echo "Where <source_dir> is a directory containing the X distribution,"
|
||||
echo "Where <source_dir> is a directory containing the built X binaries,"
|
||||
echo "<plist_dir> is the directory containing all of the packing lists"
|
||||
echo "generated by generate_plists.sh, and <tarball_dir> is the"
|
||||
echo "(generated by generate_plists.sh), and <tarball_dir> is the"
|
||||
echo "directory to put all the tarballs under."
|
||||
exit 1
|
||||
}
|
||||
@ -76,4 +76,6 @@ tarball_dir=$3
|
||||
# do all the work
|
||||
if mirror_directories; then
|
||||
build_tarballs
|
||||
else
|
||||
echo $0: mirroring directories failed
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user