summaryrefslogtreecommitdiffstats
path: root/patches/scummvm-0.11.1/dont-strip.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/scummvm-0.11.1/dont-strip.diff')
-rw-r--r--patches/scummvm-0.11.1/dont-strip.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/scummvm-0.11.1/dont-strip.diff b/patches/scummvm-0.11.1/dont-strip.diff
new file mode 100644
index 000000000..f86e3f115
--- /dev/null
+++ b/patches/scummvm-0.11.1/dont-strip.diff
@@ -0,0 +1,22 @@
+From: Marc Kleine-Budde <mkl@pengutronix.de>
+Subject: don't strip binary during installation
+
+Singed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+
+---
+ ports.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: scummvm-0.11.1/ports.mk
+===================================================================
+--- scummvm-0.11.1.orig/ports.mk
++++ scummvm-0.11.1/ports.mk
+@@ -7,7 +7,7 @@
+ #
+ install: all
+ $(INSTALL) -d "$(DESTDIR)$(BINDIR)"
+- $(INSTALL) -c -s -m 755 "$(srcdir)/scummvm$(EXEEXT)" "$(DESTDIR)$(BINDIR)/scummvm$(EXEEXT)"
++ $(INSTALL) -c -m 755 "$(srcdir)/scummvm$(EXEEXT)" "$(DESTDIR)$(BINDIR)/scummvm$(EXEEXT)"
+ $(INSTALL) -d "$(DESTDIR)$(MANDIR)/man6/"
+ $(INSTALL) -c -m 644 "$(srcdir)/dists/scummvm.6" "$(DESTDIR)$(MANDIR)/man6/scummvm.6"
+ $(INSTALL) -d "$(DESTDIR)$(PREFIX)/share/pixmaps/"