Make sure no symlinks are followed when copying
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user