Skip to content
Snippets Groups Projects
Commit 3e94b6a0 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix rsync command for Windows build

parent 995cbbbc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment