summaryrefslogtreecommitdiffstats
path: root/makechrootpkg
diff options
context:
space:
mode:
Diffstat (limited to 'makechrootpkg')
-rwxr-xr-xmakechrootpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg
index 032e6f7..1699938 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -235,7 +235,7 @@ if mkarchroot -r "/chrootbuild" "$uniondir"; then
[ -d "${chrootdir}/union/repo" ] || mkdir -p "${chrootdir}/union/repo"
pushd "${chrootdir}/union/repo" >/dev/null
cp "$pkgfile" .
- repo-add repo.db.tar.${DB_COMPRESSION} "$_pkgname"
+ repo-add repo.db.tar.gz "$_pkgname"
popd >/dev/null
fi