diff options
Diffstat (limited to 'games/ZEsarUX/Makefile.patch')
-rw-r--r-- | games/ZEsarUX/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/ZEsarUX/Makefile.patch b/games/ZEsarUX/Makefile.patch new file mode 100644 index 0000000000..d8911f9691 --- /dev/null +++ b/games/ZEsarUX/Makefile.patch @@ -0,0 +1,11 @@ +--- Makefile 2022-04-26 21:26:23.764520826 +0100 ++++ Makefile.new 2022-04-26 21:26:59.049523269 +0100 +@@ -541,7 +541,7 @@ + + + install: all +- ./generate_install_sh.sh ++ ./generate_install_sh.sh $(DESTDIR) + ./install.sh + + #utilities: $(UTILITIES) |