aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/procps/procps-3.1.15/install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/procps/procps-3.1.15/install.patch')
-rw-r--r--recipes/procps/procps-3.1.15/install.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/procps/procps-3.1.15/install.patch b/recipes/procps/procps-3.1.15/install.patch
new file mode 100644
index 0000000000..2d16c26f17
--- /dev/null
+++ b/recipes/procps/procps-3.1.15/install.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- procps-3.1.15/Makefile~install 2003-12-24 03:01:55.000000000 +0100
++++ procps-3.1.15/Makefile 2004-02-11 00:45:59.000000000 +0100
+@@ -147,7 +147,7 @@
+ ###### install
+
+ $(BINFILES) : all
+- $(install) --mode a=rx --strip $(notdir $@) $@
++ $(install) --mode a=rx $(notdir $@) $@
+
+ $(MANFILES) : all
+ $(install) --mode a=r $(notdir $@) $@