Gentoo Archives: gentoo-alt

From: Jeremy Olexa <darkside@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] stripping files that are not writable
Date: Wed, 03 Dec 2008 17:14:34
Message-Id: 90b936c0812030914t778e0b19v29e62e17b91c0fde@mail.gmail.com
In Reply to: Re: [gentoo-alt] stripping files that are not writable by Fabian Groffen
1 On Tue, Dec 2, 2008 at 2:25 PM, Fabian Groffen <grobian@g.o> wrote:
2
3 > Idea 4:
4 > implement Idea 1 or something similar in Portage's sources (prep_strip.sh)
5
6 To append to Idea 4:
7 How about cowardly bailing out (and issuing a QA warning) in
8 bin/prepstrip[1] by doing some find magic? find . -perm /u+w,g+w or
9 so. After more thought, this is the cleanest solution, IMO. However, I
10 don't know where to place this, ideas anyone?
11
12 [1]: Somewhere in lines 92-117

Replies

Subject Author
Re: [gentoo-alt] stripping files that are not writable Fabian Groffen <grobian@g.o>