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 1ROEXk-0002iL-I2 for garchives@archives.gentoo.org; Wed, 09 Nov 2011 20:14:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E33A4E001D; Wed, 9 Nov 2011 20:14:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ADFB5E001D for ; Wed, 9 Nov 2011 20:14:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D82C1B4018 for ; Wed, 9 Nov 2011 20:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 98C0A80042 for ; Wed, 9 Nov 2011 20:14:33 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <86a3f642c4478d04f517fe95acd02a27c8d6343e.alexxy@gentoo> Subject: [gentoo-commits] dev/alexxy:master commit in: eclass/ X-VCS-Repository: dev/alexxy X-VCS-Files: eclass/gosa-plugin.eclass X-VCS-Directories: eclass/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 86a3f642c4478d04f517fe95acd02a27c8d6343e Date: Wed, 9 Nov 2011 20:14:33 +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: ffea36b2-4465-4986-9445-76cb28583cc4 X-Archives-Hash: 78ee053cd289710d4c530287a2fc8d98 commit: 86a3f642c4478d04f517fe95acd02a27c8d6343e Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Nov 9 20:14:08 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Nov 9 20:14:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/alexxy.git;a=3D= commit;h=3D86a3f642 Update eclass Signed-off-by: Alexey Shvetsov gentoo.org> --- eclass/gosa-plugin.eclass | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/eclass/gosa-plugin.eclass b/eclass/gosa-plugin.eclass index e71c1cf..cb5407e 100644 --- a/eclass/gosa-plugin.eclass +++ b/eclass/gosa-plugin.eclass @@ -33,6 +33,8 @@ fi =20 GOSA_COMPONENT=3D"${PN/gosa-plugin-}" =20 +S=3D"${WORKDIR}/gosa/${GOSA_COMPONENT}" + # @FUNCTION: gosa-plugin_src_install # @DESCRIPTION: # Default src_install function for gosa-plugins