From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GPEL0-0006jW-4I for garchives@archives.gentoo.org; Mon, 18 Sep 2006 08:18:46 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8I8ILkB007291; Mon, 18 Sep 2006 08:18:21 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8I8IKvn004848 for ; Mon, 18 Sep 2006 08:18:20 GMT Received: by ug-out-1314.google.com with SMTP id p27so341004ugc for ; Mon, 18 Sep 2006 01:18:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XO9TpSURkUAxGMlzm23EU9Bbi5PWIOBhg8MC9+GDoj4WgX19ZR9TxqxUUNENnMRgLfDx1CMyqAfS6VlSNm368sqv0HfBdgJ6COi5Hh9ZTtO8zv47266cHd7/5ATyT4Eq3cs7WOSZDh1+enWNildGiAEka7KgDOW9stZxHQmoneo= Received: by 10.67.100.17 with SMTP id c17mr7026718ugm; Mon, 18 Sep 2006 01:18:19 -0700 (PDT) Received: by 10.67.30.15 with HTTP; Mon, 18 Sep 2006 01:18:19 -0700 (PDT) Message-ID: Date: Mon, 18 Sep 2006 10:18:19 +0200 From: "Derick Swanepoel" To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] PKG_INSTALL_MASK usage In-Reply-To: <9956e0d30609180110j16f34d0bjf0f256ebab1af468@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9956e0d30609180110j16f34d0bjf0f256ebab1af468@mail.gmail.com> X-Archives-Salt: 4a89faff-84df-4667-b47b-0c6a44ae303e X-Archives-Hash: 61878051c71e3a74e2a280c1cd971a41 On 18/09/06, Vladimir Pouzanov wrote: > Hi all, > > I have a 'work' gentoo-arm tree where I build binpackages for apps > that I need. Now I'm trying to make a 'deploy' tree, where useless > (for embedded system) stuff would be skipped. I don't need > /usr/include/*, /usr/lib/*.a, etc. > > I've tried to set PKG_INSTALL_MASK=/usr/include but emerge still > copies /usr/include/* files. What I'm doing wrong? > > -- > Sincerely, > Vladimir "Farcaller" Pouzanov > http://www.hackndev.com > -- > gentoo-embedded@gentoo.org mailing list In my emerge wrapper script, I have the following: export INSTALL_MASK="usr/include usr/share/doc usr/share/man *.a *.h" I think you need to drop the initial /'s. Hope that helps, Derick -- gentoo-embedded@gentoo.org mailing list