Commit ea4b0d0a authored by Eric Bélanger's avatar Eric Bélanger Committed by Aaron Griffin
Browse files

makechrootpkg: Replaced DB_COMPRESSION with 'gz'

parent 0c17e0d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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