From 59b7a739e8436d02136bd6483115f23fe19860e0 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 13 Feb 2010 04:03:10 +0100 Subject: inform the user of activities that might take a longer time --- makechrootpkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makechrootpkg') diff --git a/makechrootpkg b/makechrootpkg index d8e03ba..e1fab77 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -107,9 +107,10 @@ fi umask 000 if [ ! -d "$copydir" -o "$clean_first" -eq "1" ]; then - echo "creating clean working copy" + echo -n 'creating clean working copy...' mkdir -p "$copydir" rsync -a --delete -q -W -x "$chrootdir/root/" "$copydir" + echo 'done' fi if [ -n "$install_pkg" ]; then -- cgit v1.2.3-24-g4f1b