[Scummvm-git-logs] scummvm master -> 4b5ce0fb69c5997bd26cabbd84d704cdcb690bf2
ccawley2011
ccawley2011 at gmail.com
Thu Jul 11 13:27:47 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4b5ce0fb69 GCW0: Fix copy/paste error
Commit: 4b5ce0fb69c5997bd26cabbd84d704cdcb690bf2
https://github.com/scummvm/scummvm/commit/4b5ce0fb69c5997bd26cabbd84d704cdcb690bf2
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-07-11T12:27:44+01:00
Commit Message:
GCW0: Fix copy/paste error
Changed paths:
backends/platform/dingux/dingux.mk
diff --git a/backends/platform/dingux/dingux.mk b/backends/platform/dingux/dingux.mk
index e234718..e32a5af 100644
--- a/backends/platform/dingux/dingux.mk
+++ b/backends/platform/dingux/dingux.mk
@@ -47,10 +47,10 @@ ifdef DIST_FILES_ENGINEDATA
$(CP) $(DIST_FILES_ENGINEDATA) $(gcw0_bundle)/engine-data/
endif
ifdef DIST_FILES_NETWORKING
- $(CP) $(DIST_FILES_NETWORKING) $(gcw0_name)/
+ $(CP) $(DIST_FILES_NETWORKING) $(gcw0_bundle)/
endif
ifdef DIST_FILES_VKEYBD
- $(CP) $(DIST_FILES_VKEYBD) $(gcw0_name)/
+ $(CP) $(DIST_FILES_VKEYBD) $(gcw0_bundle)/
endif
ifdef DYNAMIC_MODULES
$(MKDIR) $(gcw0_bundle)/plugins
More information about the Scummvm-git-logs
mailing list