ebuild fix

This commit is contained in:
tastytea 2015-10-03 23:02:51 +02:00
parent 88a07751a9
commit b3e2327014
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ src_unpack() {
src_prepare() {
mkdir bin
mkdir init
mv hashboot.sh init/hashboot
mv hashboot.sh bin/hashboot
mv initscript.openrc init/hashboot
mv LICENSE HUG-WARE
}