bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [WISH] install using cross strip command


From: Mike Frysinger
Subject: Re: [WISH] install using cross strip command
Date: Thu, 13 Sep 2007 22:38:17 -0400
User-agent: KMail/1.9.7

On Thursday 13 September 2007, Hiroki Kaminaga wrote:
> From: Mike Frysinger <address@hidden>
> > i think that's more because distros have been yelling at anyone who
> > actually uses the -s option when installing packages, so it isnt really
> > utilized too often anymore ...
>
> I'm making distro for MIPS architecture, where some package had
> $install -s option set, and met the problem that host machine(x86)'s strip
> was used, and made this wish entry.
> My current workaround for this problem is, like you said, to create a patch
> to take off -s option from install command... hummm...

you should make sure to yell at packagers still doing that :)

in the meantime, you should be able to workaround it by putting a wrapper 
around install:
#!/bin/bash
exec "${@/#-s}"
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]