summaryrefslogtreecommitdiff
path: root/db-remove
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2014-01-06 04:30:22 +0000
committerParabola <dev@list.parabolagnulinux.org>2014-01-06 04:30:22 +0000
commit91f6039acb4ba915a3ca3fc366a7159656ec0dc1 (patch)
tree552d187bbdf507533d224bec8e1cc9cf78cf03cb /db-remove
parent65a57db930ced507fd057e8196ba5ef6ee21bb62 (diff)
fix things
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-remove b/db-remove
index a71bbab..f0785e5 100755
--- a/db-remove
+++ b/db-remove
@@ -33,7 +33,7 @@ for pkgbase in ${pkgbases[@]}; do
if [ -d "${SVNREPO}/$repo/$pkgbase" ]; then
remove_pkgs=($(. "${SVNREPO}/$repo/$pkgbase/PKGBUILD"; echo ${pkgname[@]}))
else
- warning "$pkgbase not found in $svnrepo"
+ warning "$pkgbase not found in ABS(libre)"
warning "Removing only $pkgbase from the repo"
warning "If it was a split package you have to remove the others yourself!"
remove_pkgs[${#remove_pkgs[*]}]=$pkgbase