diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2014-01-06 04:30:22 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2014-01-06 04:30:22 +0000 |
commit | 91f6039acb4ba915a3ca3fc366a7159656ec0dc1 (patch) | |
tree | 552d187bbdf507533d224bec8e1cc9cf78cf03cb /db-remove | |
parent | 65a57db930ced507fd057e8196ba5ef6ee21bb62 (diff) |
fix things
Diffstat (limited to 'db-remove')
-rwxr-xr-x | db-remove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |