Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 09:24:55 -0400
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:        Adam Weinberger <adamw@FreeBSD.org>
Subject:   Re: ports/189859: Ignore .DS_Store files in STAGEDIR
Message-ID:  <20140516132455.GA39877@apnoea.adamw.org>
In-Reply-To: <201405161320.s4GDK09e084039@freefall.freebsd.org>
References:  <20140516131804.A478311F8FB@apnoea.adamw.org> <201405161320.s4GDK09e084039@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--G4iJoqBmSsgzjUCe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

n/m I found the appropriate script. This patch adds .DS_Store.



--G4iJoqBmSsgzjUCe
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="whitelist1.patch"

Index: check-stagedir.sh
===================================================================
--- check-stagedir.sh	(revision 354221)
+++ check-stagedir.sh	(working copy)
@@ -281,6 +281,7 @@
 		case "${path}" in
 		*.bak) ;;
 		*.orig) ;;
+		*.DS_Store) ;;
 		*/info/dir|info/dir) ;;
 		lib/X11/fonts/*/fonts.dir) ;;
 		lib/X11/fonts/*/fonts.scale) ;;

--G4iJoqBmSsgzjUCe--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140516132455.GA39877>