now with 100% more working!

This commit is contained in:
Robert Förster (Dessa) 2013-10-05 13:16:24 +02:00
parent 7af72dde17
commit a06f1ddbd2
1 changed files with 1 additions and 1 deletions

View File

@ -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() {