find-lang fix(?) for symlinks

This commit is contained in:
Elliot Lee 2002-10-21 15:28:51 +00:00
parent 0a68ef9360
commit 164e1163e4

View File

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