Skip to content

Commit

Permalink
Fixed CORE-6516: Protect included tomcrypt library from being overwri…
Browse files Browse the repository at this point in the history
…tten by system package
  • Loading branch information
AlexPeshkoff committed Mar 16, 2021
1 parent e039e01 commit 1fbc1d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builds/install/arch-specific/linux/makeInstallImage.sh.in
Expand Up @@ -258,8 +258,7 @@ copyFiles() {
fi

if [ "$TomCryptBuild" = "Y" ]; then
makeDirs @FB_LIBDIR@/.tm
cp -df $BuildRootDir/extern/libtomcrypt/.libs/libtomcrypt.so* ${TargetDir}@FB_LIBDIR@/.tm
cp -df $BuildRootDir/extern/libtomcrypt/.libs/libtomcrypt.so* ${TargetDir}@FB_LIBDIR@
fi

chmod 0755 ${TargetDir}@FB_LIBDIR@/*.so*
Expand Down

0 comments on commit 1fbc1d0

Please sign in to comment.