Module Name: src
Committed By: mrg
Date: Mon Jun 10 05:03:20 UTC 2013
Modified Files:
src/distrib/sets: checkflist
Log Message:
also look in ./usr/X11R7/ for x.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/checkflist
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/checkflist
diff -u src/distrib/sets/checkflist:1.43 src/distrib/sets/checkflist:1.44
--- src/distrib/sets/checkflist:1.43 Tue Jan 15 02:46:41 2013
+++ src/distrib/sets/checkflist Mon Jun 10 05:03:20 2013
@@ -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 @@ while getopts xybL:M:em ch; do
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"