From ee839aacc03f8c29edd5332ca560d39795134624 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Oct 2015 23:07:35 +0200 Subject: [PATCH 1/2] hashboot.sh -> hashboot --- hashboot.sh => hashboot | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hashboot.sh => hashboot (100%) diff --git a/hashboot.sh b/hashboot similarity index 100% rename from hashboot.sh rename to hashboot From 1260868ad4976e68f941cf72f5ca2162a183891f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Oct 2015 23:08:50 +0200 Subject: [PATCH 2/2] ebuild fix --- hashboot-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hashboot-9999.ebuild b/hashboot-9999.ebuild index 460cb42..9d5a4ab 100644 --- a/hashboot-9999.ebuild +++ b/hashboot-9999.ebuild @@ -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 }