- From 7014b447088ba8f810ca49b47e8c9575ca18781c Mon Sep 17 00:00:00 2001
- From: Lionel Cons <lionelcons1972@gmail.com>
- Date: Sun, 26 Oct 2025 02:16:05 +0200
- Subject: [PATCH] cygwin: make installdest64 should work without 32bit Cygwin
- ksh93
- make installdest64 should work without 32bit Cygwin ksh93
- Signed-off-by: Roland Mainz <roland.mainz@nrubsig.org>
- ---
- cygwin/Makefile.install | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
- diff --git a/cygwin/Makefile.install b/cygwin/Makefile.install
- index 1619e03..fa391ee 100644
- --- a/cygwin/Makefile.install
- +++ b/cygwin/Makefile.install
- @@ -167,11 +167,11 @@ installdest:
- cp $(PROJECT_BASEDIR_DIR)/tests/wintartests/wintartest_comparewinvsgnu001.bash $(DESTDIR)/usr/share/msnfs41client/tests/misc/wintartest_comparewinvsgnu001.bash
- cp $(PROJECT_BASEDIR_DIR)/tests/wintartests/wintartest_seq001.bash $(DESTDIR)/usr/share/msnfs41client/tests/misc/wintartest_seq001.bash
- @ printf "# Package ksh93&co (if available) since Cygwin does not ship with it yet\n"
- - if [[ -d '$(DESTDIR)/lib/msnfs41client/x64/' ]] ; then \
- + if [[ -x '$(DESTDIR)/lib/msnfs41client/i686/nfsd.exe' ]] ; then \
- [[ -x '/cygdrive/c/cygwin/bin/ksh93.exe' ]] && cp '/cygdrive/c/cygwin/bin/ksh93.exe' '$(DESTDIR)/lib/msnfs41client/i686/ksh93.i686.exe' ; \
- [[ -x '/cygdrive/c/cygwin/bin/shcomp.exe' ]] && cp '/cygdrive/c/cygwin/bin/shcomp.exe' '$(DESTDIR)/lib/msnfs41client/i686/shcomp.i686.exe' ; \
- fi
- - if [[ -d '$(DESTDIR)/lib/msnfs41client/x64/' ]] ; then \
- + if [[ -x '$(DESTDIR)/lib/msnfs41client/x64/nfsd.exe' || -x '$(DESTDIR)/lib/msnfs41client/arm64/nfsd.exe' ]] ; then \
- [[ -x '/cygdrive/c/cygwin64/bin/ksh93.exe' ]] && cp '/cygdrive/c/cygwin64/bin/ksh93.exe' '$(DESTDIR)/lib/msnfs41client/x64/ksh93.x86_64.exe' ; \
- [[ -x '/cygdrive/c/cygwin64/bin/shcomp.exe' ]] && cp '/cygdrive/c/cygwin64/bin/shcomp.exe' '$(DESTDIR)/lib/msnfs41client/x64/shcomp.x86_64.exe' ; \
- fi
- --
- 2.45.1
msnfs41client: Patch to make installdest64 work without 32bit ksh93, 2025-10-26
Posted by Anonymous on Sun 26th Oct 2025 01:25
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.
rovema.kpaste.net RSS