diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-12-21 20:11:22 +0100 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-12-21 20:11:22 +0100 |
commit | 7dacc70b77d12a0d04cd2a06e512d93641d198ec (patch) | |
tree | 6cd1858ecdd3060872050ee2329d43f9195df456 /etc/makepkg.conf.in | |
parent | 77b4d0d013fe4aabb7d44e4a1f23af56b8cccfba (diff) | |
download | pacman-7dacc70b77d12a0d04cd2a06e512d93641d198ec.tar.gz pacman-7dacc70b77d12a0d04cd2a06e512d93641d198ec.tar.xz |
Errors with last merge (manual patching)
Misc fixes from Dan McGee <dpmcgee@gmail.com>
Diffstat (limited to 'etc/makepkg.conf.in')
-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 068cb4b8..dd01587d 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -57,7 +57,7 @@ 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 +#-- Info and doc directories to be removed DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc}) |