mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
node.eclass: remove /opt from paths
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -82,9 +82,8 @@ node_src_prepare() {
|
||||
}
|
||||
|
||||
node_src_configure() {
|
||||
export PATH="${PATH}:/opt/node-debian/usr/bin"
|
||||
#path to the modules
|
||||
export NODE_PATH="/usr/$(get_libdir)/node_modules:/opt/node-debian/usr/share/nodejs"
|
||||
export NODE_PATH="/usr/$(get_libdir)/node_modules"
|
||||
export npm_config_prefix="${NODE_MODULE_PREFIX}"
|
||||
#path to the headers needed by node-gyp
|
||||
export npm_config_nodedir="/usr/include/node"
|
||||
|
||||
Reference in New Issue
Block a user