index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2008-08-20 23:01:47 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-23 17:39:58 -0500 |
commit | 7e8f1469c4168875b54956d63884b8583ce99e38 (patch) | |
tree | 51b8b425d8bf1e89501c735245828c913f7353ca /etc | |
parent | 496b687c3d4a56641051700e7c4e5e21b9c6607c (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 2 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 057f563c..c481e058 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -99,7 +99,5 @@ STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib, BUILDSCRIPT='PKGBUILD' PKGEXT='@PKGEXT@' SRCEXT='@SRCEXT@' -DB_COMPRESSION='gz' -DB_CHECKSUMS=(md5) # vim: set ft=sh ts=2 sw=2 et: |