blob: 2d16c26f173ee37aa14e1729cb54f839f33f60c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 $@) $@
|