find-lang fix(?) for symlinks

This commit is contained in:
Elliot Lee 2002-10-21 15:28:51 +00:00
parent 0a68ef9360
commit 164e1163e4
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ while test $# -gt 0 ; do
esac
done
find $TOP_DIR -type f|sed '
find $TOP_DIR -type f -or -type l|sed '
1i\
%defattr (644, root, root, 755)
s:'"$TOP_DIR"'::