21 lines
361 B
Bash
21 lines
361 B
Bash
# Copyright 2009 Sabayon Linux
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
inherit eutils
|
|
|
|
DESCRIPTION="Sabayon Linux GRUB utilities"
|
|
HOMEPAGE="http://www.sabayonlinux.org/"
|
|
SRC_URI=""
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="x86 amd64"
|
|
IUSE=""
|
|
|
|
RDEPEND=""
|
|
DEPEND="${RDEPEND}"
|
|
|
|
src_install () {
|
|
exeinto /usr/sbin
|
|
doexe "${FILESDIR}/${PN}"
|
|
}
|