Merge branch 'master' of ssh://git.tastytea.de:1312/hashboot

Not necessary..
This commit is contained in:
oh 2015-10-03 22:31:24 +02:00
commit aa19679cc9
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@ inherit eutils git-2
DESCRIPTION="Check integrity of files in /boot"
HOMEPAGE="https://git.tastytea.de/?p=hashboot.git"
LICENSE="public-domain"
LICENSE="hug-ware"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
@ -32,11 +32,15 @@ src_unpack() {
src_prepare() {
mv initscript.openrc hashboot
mv LICENSE HUG-WARE
}
src_install() {
dodoc README
insinto /usr/portage/licenses
doins HUG-WARE
dobin hashboot.sh
doinitd hashboot
}