find ... rm should not be needed now

This commit is contained in:
Bill Currie 2000-01-19 10:53:38 +00:00
parent 4ce6fd0de1
commit 9f7c061fb0
1 changed files with 0 additions and 1 deletions

View File

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