summaryrefslogtreecommitdiff
path: root/games-strategy/ufoai/files/ufoai-2.5.0_p20180603-install.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-strategy/ufoai/files/ufoai-2.5.0_p20180603-install.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-strategy/ufoai/files/ufoai-2.5.0_p20180603-install.patch')
-rw-r--r--games-strategy/ufoai/files/ufoai-2.5.0_p20180603-install.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/games-strategy/ufoai/files/ufoai-2.5.0_p20180603-install.patch b/games-strategy/ufoai/files/ufoai-2.5.0_p20180603-install.patch
deleted file mode 100644
index 5c92f433e279..000000000000
--- a/games-strategy/ufoai/files/ufoai-2.5.0_p20180603-install.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-* Prevent stripping
-* Prevent installation of useless wrappers
-* Install binaries to the right locations
-
-Chewi
-2018/06/05
-
-diff -Naur a/Makefile b/Makefile
---- a/Makefile 2018-06-03 21:55:40.000000000 +0100
-+++ b/Makefile 2018-06-05 22:29:08.666944853 +0100
-@@ -33,8 +33,8 @@
- CONFIGURE_PREFIX ?=
-
- INSTALL ?= install
--INSTALL_PROGRAM ?= $(INSTALL) -m 755 -s
--INSTALL_SCRIPT ?= $(INSTALL) -m 755
-+INSTALL_PROGRAM ?= $(INSTALL) -m 755
-+INSTALL_SCRIPT ?= true
- INSTALL_DIR ?= $(INSTALL) -d
- INSTALL_MAN ?= $(INSTALL) -m 444
- INSTALL_DATA ?= $(INSTALL) -m 444
-@@ -162,8 +162,13 @@
-
- install-$(1): $($(1)_FILE)
- @echo 'Install $$<'
-- $(Q)$(INSTALL_DIR) $(DESTDIR)$(PKGDATADIR)/$(dir $($(1)_FILE))
-- $(Q)$(INSTALL_PROGRAM) $$< $(DESTDIR)$(PKGDATADIR)/$$<
-+ $(Q)$(INSTALL_DIR) $(DESTDIR)$(PKGBINDIR)/
-+ $(Q)$(INSTALL_PROGRAM) $$< $(DESTDIR)$(PKGBINDIR)/
-+
-+install-game: $(game_FILE)
-+ @echo 'Install $$<'
-+ $(Q)$(INSTALL_DIR) $(DESTDIR)$(PKGLIBDIR)/
-+ $(Q)$(INSTALL_PROGRAM) $$< $(DESTDIR)$(PKGLIBDIR)/$(notdir $(game_FILE))
-
- uninstall-$(1):
- @echo 'Uninstall $($(1)_FILE)'