diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-12-21 17:42:58 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-12-21 17:42:58 +0000 |
commit | 42a6acf7399bdbae95ef3877be565f42291160de (patch) | |
tree | 63cd5cc0973b3d5455d3037d64600ca7c9058ad6 /etc | |
parent | 1bdf36f41939fedd2a02c91b9742ba01fd899bb4 (diff) | |
download | pacman-42a6acf7399bdbae95ef3877be565f42291160de.tar.xz |
* Dan McGee <dpmcgee@gmail.com>
DOC_DIRS variable for documentation removal
repackage option
structure cleanup
some option removal (--keepdocs, --nostrip)
output fixes (msg and msg2)
* Jürgen Hötzel <juergen@hoetzel.info>
user-specific makepkg.conf (~/.makepkg.conf)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index eda822a1..026817c8 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -57,6 +57,8 @@ NOLIBTOOL=0 NOEMPTYDIRS=0 #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5) ++#-- Info and doc directories to be removed +DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc}) ######################################################################### |