mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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