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 1RJk6H-0000K0-9r for garchives@archives.gentoo.org; Fri, 28 Oct 2011 10:55:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925EB21C01F; Fri, 28 Oct 2011 10:55:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C76621C01F for ; Fri, 28 Oct 2011 10:55:41 +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 861C31B4024 for ; Fri, 28 Oct 2011 10:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F0ADA80042 for ; Fri, 28 Oct 2011 10:55:39 +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: 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: d38647fbc882ab252016ff475f5ed7fafa8f6ed0 Date: Fri, 28 Oct 2011 10:55:39 +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: 5923c838fceac92958ee613621b0fbb3 commit: d38647fbc882ab252016ff475f5ed7fafa8f6ed0 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Oct 28 10:55:23 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Oct 28 10:55:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/alexxy.git;a=3D= commit;h=3Dd38647fb Update eclass --- eclass/gosa-plugin.eclass | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/eclass/gosa-plugin.eclass b/eclass/gosa-plugin.eclass index 3474813..921383e 100644 --- a/eclass/gosa-plugin.eclass +++ b/eclass/gosa-plugin.eclass @@ -52,7 +52,9 @@ gosa-plugin_src_install() { doins -r locale/* =20 insinto /usr/share/gosa/plugins - doins -r admin + if [ -d admin ]; then + doins -r admin + f: if [ -d personal ]; then doins -r personal fi