From 625e9d876050b7349cb89fdbafc4ef65ed7de232 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Fri, 27 Jul 2001 11:44:09 +0000 Subject: [PATCH] also compare md5sums.asc --- std2kern | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std2kern b/std2kern index c5bd501a..2207a54f 100755 --- a/std2kern +++ b/std2kern @@ -281,7 +281,7 @@ if [ $# != 0 ]; then docp $i $KERNELDIR/$i done else - for i in `find drivers -type f -name '*.[hc]' -o -name Makefile -o -name Config.in`; do + for i in `find drivers -type f -name '*.[hc]' -o -name Makefile -o -name Config.in -o -name md5sums.asc`; do docp $i $KERNELDIR/$i done for i in `find include -type f -name '*.h'`; do