Make sure no symlinks are followed when copying

This commit is contained in:
Bob Polis 2024-12-31 16:02:17 +01:00
parent 2d551c59e2
commit 05bf0700b5

@ -110,7 +110,7 @@ else
mkdir -p $proj/src
cp $tplroot/Makefile.unified $proj/Makefile
cp $tplroot/precomp.hpp $proj/src
cp -r $tplroot/tests $proj/
cp -Pr $tplroot/tests $proj/
uproj=$(echo $proj | tr '[:lower:]' '[:upper:]')
sed -e "s/{PROJECT}/$proj/" -e "s/{PROJ}/$uproj/" $tplroot/version.hpp > $proj/src/version.hpp
sed -e "s/{PROJECT}/$proj/" $tplroot/version.cpp > $proj/src/version.cpp