Fix stale symlink copying

This commit is contained in:
Bob Polis 2024-12-31 16:07:43 +01:00
parent 05bf0700b5
commit 4480c0a690

View File

@ -110,7 +110,7 @@ else
mkdir -p $proj/src
cp $tplroot/Makefile.unified $proj/Makefile
cp $tplroot/precomp.hpp $proj/src
cp -Pr $tplroot/tests $proj/
cp -a $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