diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-01 10:29:48 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-01 10:30:00 +0200 |
commit | a788c6856ce72ce84cec484156c953c2a714efa8 (patch) | |
tree | 0a80b60eee41798242e7f9da3a2cdfa042be5050 /Makefile | |
parent | 5c2a8cdc948be78d050219ae2db825a84118262b (diff) | |
download | nx-libs-a788c6856ce72ce84cec484156c953c2a714efa8.tar.gz nx-libs-a788c6856ce72ce84cec484156c953c2a714efa8.tar.bz2 nx-libs-a788c6856ce72ce84cec484156c953c2a714efa8.zip |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |