Module Name: src
Committed By: snj
Date: Thu Mar 1 07:18:40 UTC 2018
Modified Files:
src/distrib/sets: checkflist
Log Message:
no more /usr/X11R6
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 src/distrib/sets/checkflist:1.45
--- src/distrib/sets/checkflist:1.44 Mon Jun 10 05:03:20 2013
+++ src/distrib/sets/checkflist Thu Mar 1 07:18:39 2018
@@ -1,6 +1,6 @@
#! /bin/sh --
#
-# $NetBSD: checkflist,v 1.44 2013/06/10 05:03:20 mrg Exp $
+# $NetBSD: checkflist,v 1.45 2018/03/01 07:18:39 snj 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 ./usr/X11R7"
+ origin="./etc/X11 ./etc/fonts ./usr/X11R7"
;;
y)
xargs="-y"