nodejs: Fix conflict with nodejs-current

This commit is contained in:
Fredrik Fornwall 2017-11-01 22:35:19 +01:00
parent a25510ccf7
commit 09b44d4d12
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_
TERMUX_PKG_DEPENDS="openssl, c-ares"
TERMUX_PKG_RM_AFTER_INSTALL="lib/node_modules/npm/html lib/node_modules/npm/make.bat share/systemtap lib/dtrace"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_CONFLICTS="nodejs"
TERMUX_PKG_CONFLICTS="nodejs-current"
termux_step_configure () {
if [ $TERMUX_ARCH = "arm" ]; then