From a06f1ddbd2f9f5e51d88d81b4b9c65697d66fd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Sat, 5 Oct 2013 13:16:24 +0200 Subject: [PATCH] now with 100% more working! --- www-apps/froxlor/froxlor-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/froxlor/froxlor-9999.ebuild b/www-apps/froxlor/froxlor-9999.ebuild index 8a3fc7f..5b4f704 100644 --- a/www-apps/froxlor/froxlor-9999.ebuild +++ b/www-apps/froxlor/froxlor-9999.ebuild @@ -8,6 +8,7 @@ inherit eutils if [[ ${PV} = "9999" ]] ; then EGIT_REPO_URI="https://github.com/Froxlor/Froxlor.git" + EGIT_CHECKOUT_DIR=${WORKDIR}/${PN} inherit git-r3 KEYWORDS="" else @@ -105,7 +106,6 @@ src_unpack() { else unpack ${A} fi - cd "${S}" } src_prepare() {