aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-02-14 17:07:21 -0500
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-16 06:28:47 +0100
commite4d97018b4bed33afb3a6c61894272615f97e43d (patch)
tree61c9c8585219df70878bff322e86bac4e36902b0 /Makefile
parent6acafc9334828da22446380c81af81bde14b5d86 (diff)
downloadnx-libs-e4d97018b4bed33afb3a6c61894272615f97e43d.tar.gz
nx-libs-e4d97018b4bed33afb3a6c61894272615f97e43d.tar.bz2
nx-libs-e4d97018b4bed33afb3a6c61894272615f97e43d.zip
Fix FTBFS due to the nxproxy executable already existing under /usr/lib/nx/bin/nx
Conflicts (resolved by Mike Gabriel): debian/changelog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3aeda739b..52326fb22 100644
--- a/Makefile
+++ b/Makefile
@@ -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