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
7b0c8a2a
Commit
7b0c8a2a
authored
Feb 14, 2015
by
Mike DePaulo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix FTBFS due to the nxproxy executable already existing under /usr/lib/nx/bin/nx
parent
45878811
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.nx-libs
debian/Makefile.nx-libs
+0
-2
changelog
debian/changelog
+2
-0
No files found.
debian/Makefile.nx-libs
View file @
7b0c8a2a
...
@@ -62,8 +62,6 @@ install-lite:
...
@@ -62,8 +62,6 @@ install-lite:
$(INSTALL_DIR)
$(DESTDIR)$(BINDIR)
$(INSTALL_DIR)
$(DESTDIR)$(BINDIR)
for
d
in
nxcomp nxproxy
;
do
\
for
d
in
nxcomp nxproxy
;
do
\
$(MAKE)
-C
$$
d
install
;
done
$(MAKE)
-C
$$
d
install
;
done
mkdir
-p
$(DESTDIR)$(NXLIBDIR)
/bin/
mv
$(DESTDIR)$(BINDIR)
/nxproxy
$(DESTDIR)$(NXLIBDIR)
/bin/
for
f
in
nxproxy
;
do
\
for
f
in
nxproxy
;
do
\
$(INSTALL_PROGRAM)
bin/
$$
f
$(DESTDIR)$(BINDIR)
;
done
$(INSTALL_PROGRAM)
bin/
$$
f
$(DESTDIR)$(BINDIR)
;
done
...
...
debian/changelog
View file @
7b0c8a2a
...
@@ -187,6 +187,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
...
@@ -187,6 +187,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
- Security fixes with no assigned CVE:
- Security fixes with no assigned CVE:
1008-Don-t-crash-when-we-receive-an-FS_Error-from-the-fon.patch
1008-Don-t-crash-when-we-receive-an-FS_Error-from-the-fon.patch
- Fix FTBFS due to the nxproxy executable already existing under
/usr/lib/nx/bin/nx/
[ Mihai Moldovan ]
[ Mihai Moldovan ]
* Change string "X2go" to "X2Go" where appropriate.
* Change string "X2go" to "X2Go" where appropriate.
...
...
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