Undo a mv -> cp change.

Turns out it wasn't quite what I thought it was. *shrug* :)
This commit is contained in:
Bill Currie 2012-07-13 18:14:50 +09:00
parent fe26a55cc4
commit e657390ab5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ if test $do_win32 -eq 1; then
man1dir=${qf_win32_dir} \
install
mkdir -p ${qf_win32_dir}/pkgconfig
cp -a ${qf_win32_dir}/QF/*.pc ${qf_win32_dir}/pkgconfig
mv ${qf_win32_dir}/QF/*.pc ${qf_win32_dir}/pkgconfig
cp -a ../tools/io_mesh_qfmdl ${qf_win32_dir}
$MINGW/bin/strip --strip-unneeded "$qf_win32"/bin/*.exe
../tools/build_scripts/qf-win32.py "$ver-win32" quakeforge "$qf_win32"