summaryrefslogtreecommitdiffstats
path: root/makechrootpkg
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2009-12-16 21:49:25 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2009-12-16 21:49:25 +0100
commitea4b0d0a675df9c1b56cdfb0fc567dbca8e11d4e (patch)
tree306027d80c61200d45c976fabe9f0538144edadb /makechrootpkg
parent0c17e0d9fcef4331551bceedd847245bef33e311 (diff)
downloaddevtools-ea4b0d0a675df9c1b56cdfb0fc567dbca8e11d4e.tar.gz
devtools-ea4b0d0a675df9c1b56cdfb0fc567dbca8e11d4e.tar.xz
makechrootpkg: Replaced DB_COMPRESSION with 'gz'
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
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