summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-05 07:27:47 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-05 07:27:47 +0000
commit183a64289835584a82e7735d35a3088e6c7dc457 (patch)
treeaa3111081dbce60dfe95de8c0d0bf7a6bded0216 /patches
parentc018a0cab7e37e42756db67654df500d31076be6 (diff)
downloadptxdist-183a64289835584a82e7735d35a3088e6c7dc457.tar.gz
ptxdist-183a64289835584a82e7735d35a3088e6c7dc457.tar.xz
[scummvm] don't strip binary during installation
fixes "install" stage Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10348 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches')
-rw-r--r--patches/scummvm-0.11.1/generic/dont-strip.diff22
-rw-r--r--patches/scummvm-0.11.1/generic/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/patches/scummvm-0.11.1/generic/dont-strip.diff b/patches/scummvm-0.11.1/generic/dont-strip.diff
new file mode 100644
index 000000000..f86e3f115
--- /dev/null
+++ b/patches/scummvm-0.11.1/generic/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/"
diff --git a/patches/scummvm-0.11.1/generic/series b/patches/scummvm-0.11.1/generic/series
new file mode 100644
index 000000000..a4c753245
--- /dev/null
+++ b/patches/scummvm-0.11.1/generic/series
@@ -0,0 +1 @@
+dont-strip.diff