Commit 7b0c8a2a authored by Mike DePaulo's avatar Mike DePaulo

Fix FTBFS due to the nxproxy executable already existing under /usr/lib/nx/bin/nx

parent 45878811
......@@ -62,8 +62,6 @@ install-lite:
$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
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
......
......@@ -187,6 +187,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
- Security fixes with no assigned CVE:
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 ]
* Change string "X2go" to "X2Go" where appropriate.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment