summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index dd8d1c0..68450b4 100755
--- a/db-update
+++ b/db-update
@@ -63,7 +63,7 @@ for repo in ${repos[@]}; do
if [ ${#add_pkgs[@]} -ge 1 ]; then
pushd "$FTP_BASE/$repo/os/${pkgarch}" >/dev/null
/usr/bin/repo-add -q "$repo$DBEXT" ${add_pkgs[@]} >/dev/null \
- || die "Could not add packages"
+ || die "repo-add $repo$DBEXT ${add_pkgs[@]}"
popd >/dev/null
fi
done