You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2024/03/28 19:06:21 UTC

(couchdb) branch fix/nouveau-release-dir created (now 5920db910)

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

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


      at 5920db910 fix(`nouveau`): location of release artifacts on Windows

This branch includes the following new commits:

     new 5920db910 fix(`nouveau`): location of release artifacts on Windows

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(couchdb) 01/01: fix(`nouveau`): location of release artifacts on Windows

Posted by ro...@apache.org.
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 <ro...@apache.org>
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