diff options
Diffstat (limited to 'games/exult/files/patch-mapedit_Makefile.am')
-rw-r--r-- | games/exult/files/patch-mapedit_Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/exult/files/patch-mapedit_Makefile.am b/games/exult/files/patch-mapedit_Makefile.am deleted file mode 100644 index a05690e7520e..000000000000 --- a/games/exult/files/patch-mapedit_Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ ---- mapedit/Makefile.am.orig 2024-05-30 10:27:11 UTC -+++ mapedit/Makefile.am -@@ -103,8 +103,8 @@ install-exec-local: - - if GIMP_PLUGIN - install-exec-local: -- install -d $(DESTDIR)$(GIMP_PLUGIN_PREFIX) -- install -c $(GIMP_PLUGINS) $(DESTDIR)$(GIMP_PLUGIN_PREFIX) -+ $(MKDIR_P) $(DESTDIR)$(GIMP_PLUGIN_PREFIX) -+ $(INSTALL_PROGRAM) $(GIMP_PLUGINS) $(DESTDIR)$(GIMP_PLUGIN_PREFIX) - else - install-exec-local: - endif |