diff options
| author | Saul Wold <Saul.Wold@intel.com> | 2010-08-13 09:35:21 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 23:37:30 +0100 |
| commit | 2c11926528df4459de9c4b6eca3f45c6d3908f06 (patch) | |
| tree | 08c35de8c69c86c8b1a06207729b20419e3aa9bd /meta-lsb/packages/procps/procps-3.2.7/install.patch | |
| parent | e8ac5a76d901ef247154bb06a6c27cd7dd6d4b61 (diff) | |
| download | poky-2c11926528df4459de9c4b6eca3f45c6d3908f06.tar.gz | |
procps: Move from meta-moblin to meta-lsb
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta-lsb/packages/procps/procps-3.2.7/install.patch')
| -rw-r--r-- | meta-lsb/packages/procps/procps-3.2.7/install.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-lsb/packages/procps/procps-3.2.7/install.patch b/meta-lsb/packages/procps/procps-3.2.7/install.patch new file mode 100644 index 0000000000..9f1ef6915d --- /dev/null +++ b/meta-lsb/packages/procps/procps-3.2.7/install.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | --- procps-3.2.5.virgin/Makefile 2005-01-26 05:55:26.000000000 +0100 | ||
| 2 | +++ procps-3.2.5/Makefile 2005-08-03 04:55:26.346984488 +0200 | ||
| 3 | @@ -30,7 +30,10 @@ | ||
| 4 | install := install -D --owner 0 --group 0 | ||
| 5 | |||
| 6 | # Lame x86-64 /lib64 and /usr/lib64 abomination: | ||
| 7 | -lib64 := lib$(shell [ -d /lib64 ] && echo 64) | ||
| 8 | +# lib64 := lib$(shell [ -d /lib64 ] && echo 64) | ||
| 9 | + | ||
| 10 | +# Equally lame hack to work around makefile lameness when the host arch is 64bit, but the target is not. | ||
| 11 | +lib64 := lib | ||
| 12 | |||
| 13 | usr/bin := $(DESTDIR)/usr/bin/ | ||
| 14 | bin := $(DESTDIR)/bin/ | ||
| 15 | @@ -211,10 +214,10 @@ | ||
| 16 | ###### install | ||
| 17 | |||
| 18 | $(BINFILES) : all | ||
| 19 | - $(install) --mode a=rx $(notdir $@) $@ | ||
| 20 | + $(install) -m 555 $(notdir $@) $@ | ||
| 21 | |||
| 22 | $(MANFILES) : all | ||
| 23 | - $(install) --mode a=r $(notdir $@) $@ | ||
| 24 | + $(install) -m 444 $(notdir $@) $@ | ||
| 25 | |||
| 26 | install: $(filter-out $(SKIP) $(addprefix $(DESTDIR),$(SKIP)),$(INSTALL)) | ||
| 27 | cd $(usr/bin) && $(ln_f) skill snice | ||
