[Scummvm-git-logs] scummvm master -> cb8427dae4a63f83434b3e44534748c6806afdaa

lephilousophe noreply at scummvm.org
Sat Apr 23 13:29:27 UTC 2022


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:
cb8427dae4 AMIGAOS: Fix shaders install path


Commit: cb8427dae4a63f83434b3e44534748c6806afdaa
    https://github.com/scummvm/scummvm/commit/cb8427dae4a63f83434b3e44534748c6806afdaa
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-04-23T15:29:06+02:00

Commit Message:
AMIGAOS: Fix shaders install path

Changed paths:
    backends/platform/sdl/amigaos/amigaos.mk


diff --git a/backends/platform/sdl/amigaos/amigaos.mk b/backends/platform/sdl/amigaos/amigaos.mk
index 08bbb6f4393..8285c6f2473 100644
--- a/backends/platform/sdl/amigaos/amigaos.mk
+++ b/backends/platform/sdl/amigaos/amigaos.mk
@@ -42,8 +42,8 @@ ifdef DIST_FILES_THEMES
 	cp $(DIST_FILES_THEMES) $(AMIGAOSPATH)/themes
 endif
 ifneq ($(DIST_FILES_SHADERS),)
-	makedir all $(AMIGAOSPATH)/shaders
-	cp $(DIST_FILES_SHADERS) $(AMIGAOSPATH)/shaders
+	makedir all $(AMIGAOSPATH)/extras/shaders
+	cp $(DIST_FILES_SHADERS) $(AMIGAOSPATH)/extras/shaders
 endif
 	# Strip and copy engine plugins.
 ifdef DYNAMIC_MODULES




More information about the Scummvm-git-logs mailing list