From 3e94b6a0fdca9fae95b520a8143c0a58dc1a0f53 Mon Sep 17 00:00:00 2001
From: Sojourner Truth <jon.w.wilkes@gmail.com>
Date: Fri, 1 Jul 2016 21:39:32 -0400
Subject: [PATCH] fix rsync command for Windows build

---
 pd/src/makefile.mingw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/makefile.mingw b/pd/src/makefile.mingw
index b47949de4..ee92c5fdb 100755
--- a/pd/src/makefile.mingw
+++ b/pd/src/makefile.mingw
@@ -259,7 +259,7 @@ install:  all
 # the real install
 	install -d $(DESTDIR)$(bindir)
 # rsync the nw directory, which includes the nw binary itself
-	rsync -ax --exclude=.git --exclude=.svn ../nw $(DESTDIR)$(bindir)
+	rsync -ax --exclude=.git --exclude=.svn ../nw/* $(DESTDIR)$(bindir)
 	install -p $(PDEXEC) $(DESTDIR)$(bindir)/$(PDEXEC)
 	install -p pd.com $(DESTDIR)$(bindir)/pd.com
 	install -p pd.dll $(DESTDIR)$(bindir)/pd.dll
-- 
GitLab