mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-21 11:01:12 +00:00
better find matching
This commit is contained in:
parent
870110d713
commit
8e71060e5b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ cd ${temp_dir}/quakeforge-${version}
|
||||||
./bootstrap
|
./bootstrap
|
||||||
./configure
|
./configure
|
||||||
make distclean
|
make distclean
|
||||||
find . -name '.#*' -print | xargs rm
|
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}
|
||||||
|
|
Loading…
Reference in a new issue