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

ronny pushed a commit to branch fix/nouveau-release-dir
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 5920db9103cdbaef3a9811f88cbd63513c2a296e
Author: Ronny Berndt <[email protected]>
AuthorDate: Thu Mar 28 20:03:13 2024 +0100

    fix(`nouveau`): location of release artifacts on Windows
---
 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