diff options
author | Dan McGee <dan@archlinux.org> | 2009-08-16 09:04:21 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-08-16 09:04:21 -0500 |
commit | 1d94c827c8e9efe6e56bc15f993a1ce3764a675a (patch) | |
tree | 5a43d4622cc85ea5511071216d8c0f31fbcdb20f /db-update | |
parent | cc7f23a6e7b978c4aa66c6288904a64abb2f06ec (diff) |
Add DB_COMPRESSION var to all scripts that need it
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ source_makepkg reponame="$1" current_arch="" +DB_COMPRESSION='gz' [ "$UID" = "" ] && UID=$(uid) |