Commit 09c39c6f authored by jan.koester's avatar jan.koester
Browse files

test

parent 6681c3af
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -585,9 +585,9 @@ build_libraries() {
            fi
            make -j1
            make install
            NODE_SO_REAL=$(find /usr/local/lib -maxdepth 1 -type f -name 'libnode.so.*' | sort -V | tail -n 1 || true)
            if [ -n "$NODE_SO_REAL" ] && [ ! -e /usr/local/lib/libnode.so ]; then
                ln -sf "$(basename "$NODE_SO_REAL")" /usr/local/lib/libnode.so
            NODE_SO_REAL=\$(find /usr/local/lib -maxdepth 1 -type f -name 'libnode.so.*' | sort -V | tail -n 1 || true)
            if [ -n "\$NODE_SO_REAL" ] && [ ! -e /usr/local/lib/libnode.so ]; then
                ln -sf "\$(basename "\$NODE_SO_REAL")" /usr/local/lib/libnode.so
            fi
            ln -sf /usr/local/bin/node /usr/local/bin/nodejs
            cd /build/libs
@@ -864,9 +864,9 @@ update_libraries() {
            fi
            make -j32
            make install
            NODE_SO_REAL=$(find /usr/local/lib -maxdepth 1 -type f -name 'libnode.so.*' | sort -V | tail -n 1 || true)
            if [ -n "$NODE_SO_REAL" ] && [ ! -e /usr/local/lib/libnode.so ]; then
                ln -sf "$(basename "$NODE_SO_REAL")" /usr/local/lib/libnode.so
            NODE_SO_REAL=\$(find /usr/local/lib -maxdepth 1 -type f -name 'libnode.so.*' | sort -V | tail -n 1 || true)
            if [ -n "\$NODE_SO_REAL" ] && [ ! -e /usr/local/lib/libnode.so ]; then
                ln -sf "\$(basename "\$NODE_SO_REAL")" /usr/local/lib/libnode.so
            fi
            ln -sf /usr/local/bin/node /usr/local/bin/nodejs
            touch /build/libs/.nodejs.done