Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: opfer@g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/note: ChangeLog note-1.3.3.ebuild
Date: Mon, 15 Oct 2007 08:20:44
Message-Id: 18195.8152.625481.755113@a1ihome1.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/note: ChangeLog note-1.3.3.ebuild by "Bo Ørsted Andresen"
1 >>>>> On Mon, 15 Oct 2007, Bo Ørsted Andresen wrote:
2
3 > The best way to solve this is to use find ... -print0 | xargs -0 rm.
4
5 cd "${D}"; find . ... | xargs rm -f
6 and you won't need any GNU extensions.
7
8 Ulrich
9 --
10 gentoo-dev@g.o mailing list