don't assume that . is in path. pr 964 from Greg Hudson <ghudson@mit.edu>
This commit is contained in:
parent
edc749be89
commit
79e827f345
|
@ -7,7 +7,7 @@ endif
|
|||
|
||||
set fsdir=$DESTDIR
|
||||
|
||||
makeflist >! /tmp/_CHECK.$$
|
||||
./makeflist >! /tmp/_CHECK.$$
|
||||
( cd $fsdir ; find . \( -type d -o -type f -o -type l \) ) | sort | \
|
||||
diff /tmp/_CHECK.$$ -
|
||||
/bin/rm -f /tmp/_CHECK.$$
|
||||
|
|
Loading…
Reference in New Issue