]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
libhardended_malloc.so moved into out dir.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 11 Jan 2022 09:56:01 +0000 (20:56 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 11 Jan 2022 09:56:01 +0000 (20:56 +1100)
.github/setup_ci.sh

index b603f3f578b34c4c7356c488ff985d18342639aa..454767b49f16559c42f311dacda801e37f888855 100755 (executable)
@@ -105,7 +105,7 @@ if [ "${INSTALL_HARDENED_MALLOC}" = "yes" ]; then
     (cd ${HOME} &&
      git clone https://github.com/GrapheneOS/hardened_malloc.git &&
      cd ${HOME}/hardened_malloc &&
-     make -j2 && sudo cp libhardened_malloc.so /usr/lib/)
+     make -j2 && sudo cp out/libhardened_malloc.so /usr/lib/)
 fi
 
 if [ ! -z "${INSTALL_OPENSSL}" ]; then