app-admin/motd-base: correct install as exe

(Portage version: 2.2.0_alpha78/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
This commit is contained in:
Mario Fetka
2012-01-01 20:30:24 +01:00
parent 3334b0e48b
commit ae1a83462b
3 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="Base Motd Files for gentoo"
HOMEPAGE="http://linamh.disconnected-by-peer.at"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND=""
RDEPEND="app-admin/update-motd
app-misc/linux-logo
sys-apps/lsb-release"
src_install() {
exeinto /etc/update-motd.d
doexe "${FILESDIR}"/motd.d/*
}