File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ install-full:
261
261
cp -aL nx-X11/exports/include/* nx-X11/.build-exports/include
262
262
263
263
# copy libs (for libnx-x11), we want the targets of the links
264
- . replace.sh; set -x; find nx-X11/exports/lib/ -name "libNX*.so" | while read libpath; do \
264
+ . ./ replace.sh; set -x; find nx-X11/exports/lib/ -name "libNX*.so" | while read libpath; do \
265
265
libfile=$$(basename $$libpath); \
266
266
libdir=$$(dirname $$libpath); \
267
267
link=$$(readlink $$libpath); \
@@ -275,7 +275,7 @@ install-full:
275
275
$(INSTALL_SYMLINK) ../../libNX_X11.so.6 $(DESTDIR)$(USRLIBDIR)/libX11.so.6
276
276
$(INSTALL_SYMLINK) ../../libNX_X11.so.6.3.0 $(DESTDIR)$(USRLIBDIR)/libX11.so.6.3.0
277
277
278
- . replace.sh; set -x; find nx-X11/.build-exports/include/{nx*,GL} -type d | \
278
+ . ./ replace.sh; set -x; find nx-X11/.build-exports/include/{nx*,GL} -type d | \
279
279
while read dirname; do \
280
280
$(INSTALL_DIR) "$$(string_rep "$$dirname" nx-X11/.build-exports/include "$(DESTDIR)$(INCLUDEDIR)/")"; \
281
281
$(INSTALL_FILE) $${dirname}/*.h \
You can’t perform that action at this time.
0 commit comments