mirror of
https://github.com/mirror/wget.git
synced 2025-03-03 14:20:34 +08:00
[svn] Print the resulting archive.
This commit is contained in:
parent
2e3b4d2187
commit
2e6da9451d
@ -138,8 +138,9 @@ echo "done."
|
||||
# Create the distribution file.
|
||||
echo $e_n "Creating distribution tarball... $e_c"
|
||||
$MAKE dist 1>>$O 2>&1
|
||||
mv wget-*.tar.gz $DEST_DIR
|
||||
echo "done."
|
||||
archive=`echo wget-*.tar.gz`
|
||||
mv $archive $DEST_DIR
|
||||
echo "$DEST_DIR/$archive"
|
||||
|
||||
cd ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user