Commit fa2f21ec authored by Mike Gabriel's avatar Mike Gabriel

(main) Makefile: Don't install nxagent.xpm during install-full target.

Regression fix for 3cd622cf. Fixes ArcticaProject/nx-libs#890.
parent e89fb895
......@@ -211,9 +211,6 @@ install-full:
$(INSTALL_DIR) $(DESTDIR)$(BINDIR)/
$(INSTALL_PROGRAM) nx-X11/programs/Xserver/nxagent-relink $(DESTDIR)$(BINDIR)/nxagent
$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/pixmaps
$(INSTALL_FILE) nx-X11/programs/Xserver/hw/nxagent/nxagent.xpm $(DESTDIR)$(PREFIX)/share/pixmaps
$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/nx
$(INSTALL_FILE) nx-X11/programs/Xserver/Xext/SecurityPolicy $(DESTDIR)$(PREFIX)/share/nx
......
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