mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
find ... rm should not be needed now
This commit is contained in:
parent
4ce6fd0de1
commit
9f7c061fb0
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ cd ${temp_dir}/quakeforge-${version}
|
|||
./bootstrap
|
||||
./configure
|
||||
make distclean
|
||||
find . -name '.#*' -o -name '#*#' -print | xargs rm
|
||||
cd ${temp_dir}
|
||||
tar zcf ${dest_dir}/quakeforge-${version}.tar.gz quakeforge-${version}
|
||||
cd ${dest_dir}
|
||||
|
|
Loading…
Reference in a new issue