--- /etc/makepkg.conf 2009-02-07 20:19:36.000000000 -0500 +++ makepkg.conf 2009-02-07 20:09:00.000000000 -0500 @@ -58,16 +58,17 @@ # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(!check strip docs libtool emptydirs zipman) +# Default: OPTIONS=(strip docs libtool emptydirs zipman) # A negated option will do the opposite of the comments below. # +#-- check: Run the testsuite if such code exists in PKGBUILD #-- 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=(!check strip docs libtool emptydirs zipman) +OPTIONS=(strip docs libtool emptydirs zipman) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5)