better find matching

This commit is contained in:
Bill Currie 2000-01-18 04:07:38 +00:00
parent 870110d713
commit 8e71060e5b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cd ${temp_dir}/quakeforge-${version}
./bootstrap
./configure
make distclean
find . -name '.#*' -print | xargs rm
find . -name '.#*' -o -name '#*#' -print | xargs rm
cd ${temp_dir}
tar zcf ${dest_dir}/quakeforge-${version}.tar.gz quakeforge-${version}
cd ${dest_dir}