mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
mistaaake!
This commit is contained in:
commit
0865d0a4cb
@ -31,9 +31,7 @@ src_unpack() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
mkdir bin
|
|
||||||
mkdir init
|
mkdir init
|
||||||
mv hashboot.sh bin/hashboot
|
|
||||||
mv initscript.openrc init/hashboot
|
mv initscript.openrc init/hashboot
|
||||||
mv LICENSE HUG-WARE
|
mv LICENSE HUG-WARE
|
||||||
}
|
}
|
||||||
@ -44,6 +42,6 @@ src_install() {
|
|||||||
insinto /usr/portage/licenses
|
insinto /usr/portage/licenses
|
||||||
doins HUG-WARE
|
doins HUG-WARE
|
||||||
|
|
||||||
dobin bin/hashboot
|
dobin hashboot
|
||||||
doinitd init/hashboot
|
doinitd init/hashboot
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user