Loading packaging/build-nspawn.sh +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading
packaging/build-nspawn.sh +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading