[pacman-dev] Fwd: [PATCH] makepkg.conf: Added .svn to PURGE_TARGETS

Daenyth Blank daenyth+arch at gmail.com
Thu Mar 25 18:46:27 CET 2010


---
 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 f0d1c44..c721209 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -85,7 +85,7 @@ DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc}
opt/*/{doc,gtk-doc})
 #-- Directories to be searched for the strip option (if strip is specified)
 STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}}
opt/*/{bin,lib,sbin})
 #-- Files to be removed from all packages (if purge is specified)
-PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
+PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod .svn)

 #########################################################################
 # PACKAGE OUTPUT
--
1.7.0


More information about the pacman-dev mailing list