Fix stale symlink copying
This commit is contained in:
parent
05bf0700b5
commit
4480c0a690
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user