also compare md5sums.asc

This commit is contained in:
Kai Germaschewski 2001-07-27 11:44:09 +00:00
parent 2b18963fc0
commit 625e9d8760
1 changed files with 1 additions and 1 deletions

View File

@ -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