Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
7b00b7bb
Unverified
Commit
7b00b7bb
authored
Jun 06, 2017
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'salva-install-as-non-root' into 3.6.x
Attributes GH PR #464:
https://github.com/ArcticaProject/nx-libs/pull/464
parents
04fbb272
320352d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+1
-1
Makefile.in
nxcompshad/Makefile.in
+1
-1
No files found.
Makefile
View file @
7b00b7bb
...
...
@@ -17,7 +17,7 @@ SHLIBDIR ?= $(LIBDIR)
NXLIBDIR
?=
$(SHLIBDIR)
/nx
USRLIBDIR
?=
$(NXLIBDIR)
/X11
INCLUDEDIR
?=
$(PREFIX)
/include
CONFIGURE
?=
./configure
CONFIGURE
?=
./configure
--prefix
=
$(DESTDIR)$(PREFIX)
# use Xfont2 if available in the build env
FONT_DEFINES
?=
$(
shell
pkg-config
--modversion
xfont2 1>/dev/null 2>/dev/null
&&
echo
"-DHAS_XFONT2"
)
...
...
nxcompshad/Makefile.in
View file @
7b00b7bb
...
...
@@ -91,7 +91,7 @@ includedir = @includedir@
pkgconfigdir
=
@pkgconfigdir@
INSTALL
=
@INSTALL@
INSTALL_DIR
=
$(INSTALL)
-d
-
o
root
-g
root
-m
0755
INSTALL_DIR
=
$(INSTALL)
-d
-
m
0755
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_LINK
=
cp
-av
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment