From a788c6856ce72ce84cec484156c953c2a714efa8 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 1 Oct 2016 10:29:48 +0200 Subject: Makefile: Adapt install target to the new situation where we fake X11 headers in .build-export. This fixes FTBFS during file installation into .deb and .rpm packages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 455fa859f..53f8bfe47 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ install-full: $(INSTALL_SYMLINK) ../libNX_X11.so $(DESTDIR)$(USRLIBDIR)/nx-X11/libX11.so $(INSTALL_SYMLINK) ../libNX_X11.so.6.2 $(DESTDIR)$(USRLIBDIR)/nx-X11/libX11.so.6.2 - . replace.sh; set -x; find nx-X11/.build-exports/include/ -type d | \ + . replace.sh; set -x; find nx-X11/.build-exports/include/{nx*,GL} -type d | \ while read dirname; do \ $(INSTALL_DIR) "$$(string_rep "$$dirname" nx-X11/.build-exports/include "$(DESTDIR)$(INCLUDEDIR)/")"; \ $(INSTALL_FILE) $${dirname}/*.h \ -- cgit v1.2.3