diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-07 16:06:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-07 16:06:38 +0000 |
commit | 2f68278fbad4d516fe0d5f61008ae9ed800b5c04 (patch) | |
tree | 228f311e2fd63dd2dfaaf51556d2e735db87c15d | |
parent | 5f453f1cdec8bc2c4174878fdd818b5e9ad13505 (diff) | |
download | abuild-2f68278fbad4d516fe0d5f61008ae9ed800b5c04.tar.gz abuild-2f68278fbad4d516fe0d5f61008ae9ed800b5c04.tar.bz2 abuild-2f68278fbad4d516fe0d5f61008ae9ed800b5c04.tar.xz abuild-2f68278fbad4d516fe0d5f61008ae9ed800b5c04.zip |
buildrepo: add message that we are puring old packages
-rwxr-xr-x | buildrepo.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrepo.in b/buildrepo.in index 23c338d..7ed2643 100755 --- a/buildrepo.in +++ b/buildrepo.in @@ -79,6 +79,7 @@ build() { # kill old packages in repo if [ -n "$dopurge" ]; then + echo ">>> Removing old packages from $repo..." local tmp=$(mktemp /tmp/$program-XXXXXX) local purgefiles cd "$repodir/$repo/$arch" || return 1 |