From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QU2CQ-0001Eb-5y for garchives@archives.gentoo.org; Tue, 07 Jun 2011 19:44:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5759C1C037; Tue, 7 Jun 2011 19:44:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 20C091C037 for ; Tue, 7 Jun 2011 19:44:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD5001B402D for ; Tue, 7 Jun 2011 19:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 25CC58003C for ; Tue, 7 Jun 2011 19:44:15 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <162f46100813558ebaa7f7be4bfcd71a97cdadcf.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:ni-experimental commit in: eclass/ X-VCS-Repository: dev/dilfridge X-VCS-Files: eclass/ni-driver.eclass X-VCS-Directories: eclass/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 162f46100813558ebaa7f7be4bfcd71a97cdadcf Date: Tue, 7 Jun 2011 19:44:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1652c2e3da0c90a77c010d2f540bd0cc commit: 162f46100813558ebaa7f7be4bfcd71a97cdadcf Author: Andreas K. Huettel physik uni-r <= DOT> de> AuthorDate: Tue Jun 7 19:39:35 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Tue Jun 7 19:39:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/dilfridge.git;= a=3Dcommit;h=3D162f4610 [eclass] Add share dir function --- eclass/ni-driver.eclass | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/eclass/ni-driver.eclass b/eclass/ni-driver.eclass index 186c96b..9f1ef9e 100644 --- a/eclass/ni-driver.eclass +++ b/eclass/ni-driver.eclass @@ -142,4 +142,8 @@ ni-driver_pkg_postinst() { echo } =20 +get-nisharedir() { + echo -n "${NI_PREFIX}/natinst/share" +} + EXPORT_FUNCTIONS pkg_setup src_unpack pkg_postinst