diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 2c03be3..c005aca 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -471,6 +471,8 @@ rsync_command () { # This function holds the rsync command. /usr/bin/rsync -avz --delete --timeout=5 --exclude="*.sbopkg" \ $RSYNCMIRROR/$SLACKVER/ $LOCALREPO/$SLACKVER/ +echo +echo "Rsync with SlackBuilds.org complete." rm -rf $TMP/sbopkg_rsync.lck }