ebuild fix

This commit is contained in:
tastytea 2015-10-03 23:08:50 +02:00
parent ee839aacc0
commit 1260868ad4
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ src_unpack() {
}
src_prepare() {
mkdir bin
mkdir init
mv hashboot.sh bin/hashboot
mv initscript.openrc init/hashboot
mv LICENSE HUG-WARE
}
@ -44,6 +42,6 @@ src_install() {
insinto /usr/portage/licenses
doins HUG-WARE
dobin bin/hashboot
dobin hashboot
doinitd init/hashboot
}