From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from smtp06.iafrica.com ([196.2.51.5]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15lVLQ-0000v6-00 for gentoo-dev@cvs.gentoo.org; Mon, 24 Sep 2001 07:00:21 -0600 Received: from nosferatu.lan ([196.30.180.232]) by smtp06.iafrica.com (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0GK600JB03ZX1A@smtp06.iafrica.com> for gentoo-dev@cvs.gentoo.org; Mon, 24 Sep 2001 14:58:19 +0200 (SAT) From: Martin Schlemmer Subject: Re: [gentoo-dev] hardcoded PATHS in .ebuild In-reply-to: <1001334352.29366.8.camel@zoidberg> To: gentoo-dev@cvs.gentoo.org Message-id: <1001336349.15272.18.camel@nosferatu.lan> MIME-version: 1.0 X-Mailer: Evolution/0.13 (Preview Release) Content-type: text/plain Content-transfer-encoding: 7bit References: <1001334008.15271.13.camel@nosferatu.lan> <1001334352.29366.8.camel@zoidberg> Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Mon Sep 24 07:01:01 2001 X-Original-Date: Mon, 24 Sep 2001 14:58:43 +0200 X-Archives-Salt: fc51b5a8-4cd7-4eab-8f9b-4fa21b9dd25c X-Archives-Hash: 110f819cbb6a9436a895e844214a801c On Mon, 2001-09-24 at 14:25, Mikael Hallendal wrote: > Hi! > > I've brought up this issue before. The main reason for this is to be > able to say, I want all GNOME-stuff in /usr/local/gnome instead of > /opt/gnome (for example). > > However if we decide to move everything to /usr this won't be an issue > anymore. > I know about that issue .. not entirely what i meant. Rather, if a app need to use the base dir for gnome, /opt/gnome as of current, why hardcode it into the ebuild as /opt/gnome, but not use $GNOME_PATH instead? If gnome need to be relocated in future, it will be much easier .... Greetings, MS