[arch-dev-public] [PATCH 2/2] makechrootpkg: Replaced undefined DB_COMPRESSION variable by gz

Eric Bélanger snowmaniscool at gmail.com
Sun Nov 29 19:22:49 EST 2009


Signed-off-by: Eric Bélanger <snowmaniscool at gmail.com>
---
 makechrootpkg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/makechrootpkg b/makechrootpkg
index d1dcf32..89bd8cf 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -234,7 +234,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
 
-- 
1.6.5.3



More information about the arch-dev-public mailing list