This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b5cd8f18 fix(`nouveau`): location of release artifacts on Windows 
(#5020)
1b5cd8f18 is described below

commit 1b5cd8f18c417e35271d0380601b74364c4212d4
Author: Ronny Berndt <[email protected]>
AuthorDate: Thu Mar 28 21:57:33 2024 +0100

    fix(`nouveau`): location of release artifacts on Windows (#5020)
---
 Makefile.win | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.win b/Makefile.win
index 05f8a1572..a827c0502 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -386,7 +386,7 @@ endif
 ifeq ($(with_nouveau), true)
        -@mkdir rel\couchdb\nouveau
        @cd nouveau && .\gradlew installDist
-       @xcopy nouveau\build\install\nouveau rel\couchdb /E /I
+       @xcopy nouveau\build\install\nouveau rel\couchdb\nouveau /E /I
 endif
 
        @echo ... done

Reply via email to