diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2022-06-08 03:35:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:02 +0700 |
commit | 4beb4507ff0f6694cb28fc949c8a40b742acd651 (patch) | |
tree | d82e999375876d629831691c897f64ccd747ed34 /games/ZEsarUX/Makefile.patch | |
parent | d62ee3ccd673c9a5b6d2c1f86fe36cbe2762678b (diff) |
games/ZEsarUX: Updated for version 10.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ZEsarUX/Makefile.patch')
-rw-r--r-- | games/ZEsarUX/Makefile.patch | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/games/ZEsarUX/Makefile.patch b/games/ZEsarUX/Makefile.patch index d8911f9691d3a..fc1e2d148cc54 100644 --- a/games/ZEsarUX/Makefile.patch +++ b/games/ZEsarUX/Makefile.patch @@ -1,6 +1,15 @@ ---- Makefile 2022-04-26 21:26:23.764520826 +0100 -+++ Makefile.new 2022-04-26 21:26:59.049523269 +0100 -@@ -541,7 +541,7 @@ +--- Makefile 2022-06-02 21:37:14.244285088 +0100 ++++ Makefile.new 2022-06-02 22:21:33.238469204 +0100 +@@ -477,7 +477,7 @@ + echo "Generated file is : ZEsarUX_src-$(EMULATOR_VERSION).tar.gz" + + bintargz: all +- ./generate_install_sh.sh ++ ./generate_install_sh.sh $(DESTDIR) + rm -fR bintargztemp + mkdir -p bintargztemp/ZEsarUX-$(EMULATOR_VERSION) + cp -a $(COMMONFILES) $(ONLYUNIXBINARIES) bintargztemp/ZEsarUX-$(EMULATOR_VERSION)/ +@@ -557,7 +557,7 @@ install: all |