diff options
author | Dan McGee <dan@archlinux.org> | 2008-02-21 01:57:46 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-21 01:58:04 +0100 |
commit | 4bd52f3fe4d21fc4d54aba7b7c5d3134d69f9341 (patch) | |
tree | 0174e2bcf440f66cc94d75c4840bac3862bdb926 /etc | |
parent | 92ab7c33fb4d72eba070636f620f595dc4650ee9 (diff) | |
parent | 420c8846b984b5ca8ddd27ff7b799ec77fbbc2a4 (diff) | |
download | pacman-4bd52f3fe4d21fc4d54aba7b7c5d3134d69f9341.tar.gz pacman-4bd52f3fe4d21fc4d54aba7b7c5d3134d69f9341.tar.xz |
Merge branch 'maint'
Remove gettext() function addition from gensync and updatesync in master as
gettext is no longer used in them anyway.
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 |