diff options
Diffstat (limited to 'packages/procps/procps-3.2.1/install.patch')
-rw-r--r-- | packages/procps/procps-3.2.1/install.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/procps/procps-3.2.1/install.patch b/packages/procps/procps-3.2.1/install.patch deleted file mode 100644 index 2d16c26f17..0000000000 --- a/packages/procps/procps-3.2.1/install.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# 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 $@) $@ |