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
d569145e
Commit
d569145e
authored
Feb 12, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.nx-libs: Run make install for nxproxy first, then create the wrapper script.
parent
a7cc4ede
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile.nx-libs
debian/Makefile.nx-libs
+4
-2
changelog
debian/changelog
+2
-0
No files found.
debian/Makefile.nx-libs
View file @
d569145e
...
...
@@ -60,10 +60,12 @@ install:
install-lite
:
$(INSTALL_DIR)
$(DESTDIR)$(BINDIR)
for
f
in
nxproxy
;
do
\
$(INSTALL_PROGRAM)
bin/
$$
f
$(DESTDIR)$(BINDIR)
;
done
for
d
in
nxcomp nxproxy
;
do
\
$(MAKE)
-C
$$
d
install
;
done
mkdir
-p
$(DESTDIR)$(NXLIBDIR)
/bin/
mv
$(DESTDIR)$(BINDIR)
/nxproxy
$(DESTDIR)$(NXLIBDIR)
/bin/
for
f
in
nxproxy
;
do
\
$(INSTALL_PROGRAM)
bin/
$$
f
$(DESTDIR)$(BINDIR)
;
done
$(INSTALL_DIR)
$(DESTDIR)$(PREFIX)/share/man/man1/
$(INSTALL_FILE)
nxproxy/man/nxproxy.1
$(DESTDIR)$(PREFIX)/share/man/man1/
...
...
debian/changelog
View file @
d569145e
...
...
@@ -25,6 +25,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
* Makefile.nx-libs: Don't allow symlinks to point into buildroot.
* Makefile.nx-libs: Install man pages via main Makefile.
* Add Description: and Author: fields to various patch headers.
* Makefile.nx-libs: Run make install for nxproxy first, then create the
wrapper script.
* NX code reduction efforts (from 93Mb to 41Mb):
- Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in
...
...
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