Date: Sat, 20 May 2017 16:56:04 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219274] Improve Scripts/check-stagedir.sh to handle nested 'info/dir's Message-ID: <bug-219274-13-FzK77pLyhm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219274-13@https.bugs.freebsd.org/bugzilla/> References: <bug-219274-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219274 --- Comment #1 from Gerald Pfeifer <gerald@FreeBSD.org> --- Okay to commit, portmgr? To make it easier to approve, here is the patch directly as well: Index: Mk/Scripts/check-stagedir.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Mk/Scripts/check-stagedir.sh (revision 440871) +++ Mk/Scripts/check-stagedir.sh (working copy) @@ -152,7 +152,7 @@ */.svn/*|'@dir '*/.svn) ;; */.svnignore) ;; */CVS/*|'@dir '*/CVS) ;; - */info/dir|info/dir) ;; + */info/dir|info/dir|info/*/dir) ;; share/fonts/*/fonts.dir) ;; share/fonts/*/fonts.scale) ;; share/applications/mimeinfo.cache) ;; --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219274-13-FzK77pLyhm>