[Bug 219274] Improve Scripts/check-stagedir.sh to handle nested 'info/dir's
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 20 16:56:04 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219274
--- Comment #1 from Gerald Pfeifer <gerald at 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
===================================================================
--- 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) ;;
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list