Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets also look in ./usr/X11R7/ for x.



details:   https://anonhg.NetBSD.org/src/rev/eab5a50ccbf6
branches:  trunk
changeset: 787303:eab5a50ccbf6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 10 05:03:20 2013 +0000

description:
also look in ./usr/X11R7/ for x.

diffstat:

 distrib/sets/checkflist |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 049d6e73d643 -r eab5a50ccbf6 distrib/sets/checkflist
--- a/distrib/sets/checkflist   Mon Jun 10 05:02:38 2013 +0000
+++ b/distrib/sets/checkflist   Mon Jun 10 05:03:20 2013 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh --
 #
-#      $NetBSD: checkflist,v 1.43 2013/01/15 02:46:41 christos Exp $
+#      $NetBSD: checkflist,v 1.44 2013/06/10 05:03:20 mrg Exp $
 #
 # Verify output of makeflist against contents of ${DESTDIR} and ${metalog}.
 
@@ -55,7 +55,7 @@
        case ${ch} in
        x)
                xargs="-x"
-               origin="./etc/X11 ./etc/fonts ./usr/X11R6"
+               origin="./etc/X11 ./etc/fonts ./usr/X11R6 ./usr/X11R7"
                ;;
        y)
                xargs="-y"



Home | Main Index | Thread Index | Old Index