1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 05:36:41 +00:00
termux-packages/x11-packages/xboard/menus.c.patch
2022-04-30 03:37:32 +09:00

14 lines
536 B
Diff

--- a/menus.c
+++ b/menus.c
@@ -1252,8 +1252,8 @@
static void
AutoInstallProtocol (char *settingsFile, char *protocol)
{ // install new engines for given protocol (both from package and source)
- InstallFromDir("/usr/local/share/games/plugins", protocol, settingsFile);
- InstallFromDir("/usr/share/games/plugins", protocol, settingsFile);
+ InstallFromDir("@TERMUX_PREFIX@/local/share/games/plugins", protocol, settingsFile);
+ InstallFromDir("@TERMUX_PREFIX@/share/games/plugins", protocol, settingsFile);
}
void