diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-24 20:21:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-24 20:21:40 +0000 |
commit | f9b3cdfc7c99dabbf9cee1ef9685d42f5468a9d8 (patch) | |
tree | 9a28cfd80202726408a2b896bd4a679ab20a0346 /packages/procps/procps-3.2.5/install.patch | |
parent | 403bc56cd572203a1a7558228cde479d929e7c76 (diff) |
updated version, patched to support OE cross install-sh
Diffstat (limited to 'packages/procps/procps-3.2.5/install.patch')
-rw-r--r-- | packages/procps/procps-3.2.5/install.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/procps/procps-3.2.5/install.patch b/packages/procps/procps-3.2.5/install.patch new file mode 100644 index 0000000000..a05eec4ab6 --- /dev/null +++ b/packages/procps/procps-3.2.5/install.patch @@ -0,0 +1,25 @@ +*** procps-3.2.5/Makefile.orig Sun Jul 24 03:29:32 2005 +--- procps-3.2.5/Makefile Sun Jul 24 03:30:14 2005 +*************** +*** 211,220 **** + ###### install + + $(BINFILES) : all +! $(install) --mode a=rx $(notdir $@) $@ + + $(MANFILES) : all +! $(install) --mode a=r $(notdir $@) $@ + + install: $(filter-out $(SKIP) $(addprefix $(DESTDIR),$(SKIP)),$(INSTALL)) + cd $(usr/bin) && $(ln_f) skill snice +--- 211,220 ---- + ###### install + + $(BINFILES) : all +! $(install) -m 555 $(notdir $@) $@ + + $(MANFILES) : all +! $(install) -m 444 $(notdir $@) $@ + + install: $(filter-out $(SKIP) $(addprefix $(DESTDIR),$(SKIP)),$(INSTALL)) + cd $(usr/bin) && $(ln_f) skill snice |