diff options
author | Dan McGee <dan@archlinux.org> | 2008-02-17 21:13:26 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-18 03:40:47 +0100 |
commit | 42f5579fd77e9b696024c4bc0eb5398c039c7256 (patch) | |
tree | d16e577afc26d9bbb5bb7dc3dfbe577d103aeb0d /etc | |
parent | 3078494767be3c6b572f733384e745198388be7e (diff) | |
download | pacman-42f5579fd77e9b696024c4bc0eb5398c039c7256.tar.gz pacman-42f5579fd77e9b696024c4bc0eb5398c039c7256.tar.xz |
Remove reference to gnome in DOC_DIRS
Arch no longer installs Gnome here, and we should be stripping any doc dirs
in /opt anyway, so generalize it. Fixes FS#9597.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index d808270d..4da4a63d 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -71,7 +71,7 @@ OPTIONS=(strip !docs libtool emptydirs) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5) #-- Info and doc directories to remove (if option set correctly above) -DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/gnome/{,share/}{info,doc,gtk-doc}) +DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/*/{info,doc,gtk-doc}) ######################################################################### # PACKAGE OUTPUT |