index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2008-03-13 00:25:38 +0100 |
---|---|---|
committer | Chantry Xavier <shiningxc@gmail.com> | 2008-03-16 23:22:17 +0100 |
commit | dae3f9deefdb86f726a68dc89a7391e9df7517df (patch) | |
tree | 12d2a8a552d42f1e567557f699021fe5e4c713fa /etc | |
parent | 35135c0a0cbac592e72296c0ca64e9def0308942 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 5 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index a034b516..345194d3 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -58,15 +58,16 @@ BUILDENV=(fakeroot !distcc color !ccache !xdelta) # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(strip !docs libtool emptydirs) +# Default: OPTIONS=(strip !docs libtool emptydirs zipman) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries #-- docs: Save doc and info directories #-- libtool: Leave libtool (.la) files in packages #-- emptydirs: Leave empty directories in packages +#-- zipman: Compress manpages with gzip # -OPTIONS=(strip !docs libtool emptydirs) +OPTIONS=(strip !docs libtool emptydirs zipman) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5) |