Projects
Kolab:16:TestingLinked
nodejs
0001-Correct-prefix.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Correct-prefix.patch of Package nodejs
From bb37953ae38bedf85c18ce8c095c40686d3e38ac Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> Date: Fri, 27 Nov 2015 12:17:32 +0100 Subject: [PATCH] Correct prefix --- tools/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.py b/tools/install.py index 7d9024d..1fde513 100755 --- a/tools/install.py +++ b/tools/install.py @@ -13,7 +13,7 @@ import shutil import sys # set at init time -node_prefix = '/usr/local' # PREFIX variable from Makefile +node_prefix = '/usr' # PREFIX variable from Makefile install_path = None # base target directory (DESTDIR + PREFIX from Makefile) target_defaults = None variables = None -- 2.4.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.