From 4de804d15758d50716b3b9457209fc598819e0b0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Feb 2007 22:36:13 +0000 Subject: * Makepkg updates, and small bugfix on man page compression. * Change libtool default to makepkg2 behavior. * Other small changes. --- etc/makepkg.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/makepkg.conf.in') diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index b348bee6..b5425b26 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -56,7 +56,7 @@ BUILDENV=(fakeroot !distcc color !ccache) #-- libtool: Leave libtool (.la) files in binaries #-- emptydirs: Leave empty directories in binaries # -OPTIONS=(strip !docs !libtool emptydirs) +OPTIONS=(strip !docs libtool emptydirs) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5 sha1) -- cgit v1.2.3-24-g4f1b