mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +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
|
./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}
|
||||||
|
|
Loading…
Reference in a new issue