From b91b13b37462e19b0d3eedd0568d5f32393e4d97 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Sat, 30 Dec 2017 00:40:06 +0100 Subject: Makefile: only try to copy/dereference libNX* files when installing data. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f9eb84dc..57aabfce6 100644 --- a/Makefile +++ b/Makefile @@ -201,7 +201,7 @@ install-full: cp -aL nx-X11/exports/include/* nx-X11/.build-exports/include # copy libs (for libnx-x11), we want the targets of the links - . replace.sh; set -x; find nx-X11/exports/lib/ | grep -F ".so" | while read libpath; do \ + . replace.sh; set -x; find nx-X11/exports/lib/ -name "libNX*.so" | while read libpath; do \ libfile=$$(basename $$libpath); \ libdir=$$(dirname $$libpath); \ link=$$(readlink $$libpath); \ -- cgit v1.2.3