Commit 5309205b authored by jan.koester's avatar jan.koester
Browse files

test

parent 61d050e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ build_libraries() {
            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
                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