From b3e232701476cd446ebdbaf629a32722749ba832 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Oct 2015 23:02:51 +0200 Subject: [PATCH] ebuild fix --- hashboot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashboot-9999.ebuild b/hashboot-9999.ebuild index ad28c26..460cb42 100644 --- a/hashboot-9999.ebuild +++ b/hashboot-9999.ebuild @@ -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 }