[www-apps/froxlor] maybe egit_clean works now?

This commit is contained in:
Robert Förster (Dessa) 2019-11-01 14:19:54 +01:00
parent 0c5185ebe5
commit fb3ff2c369
1 changed files with 7 additions and 1 deletions

View File

@ -126,6 +126,13 @@ src_unpack() {
fi fi
} }
src_prepare()
if [[ ${PV} == *9999 ]] ; then
egit_clean
else
fi
}
src_install() { src_install() {
# set default language # set default language
local MYLANG="" local MYLANG=""
@ -270,7 +277,6 @@ src_install() {
# Install the Froxlor files # Install the Froxlor files
einfo "Installing Froxlor files" einfo "Installing Froxlor files"
dodir ${FROXLOR_DOCROOT} dodir ${FROXLOR_DOCROOT}
egit_clean
cp -R "${S}/" "${D}${FROXLOR_DOCROOT}/" || die "Installation of the Froxlor files failed" cp -R "${S}/" "${D}${FROXLOR_DOCROOT}/" || die "Installation of the Froxlor files failed"
} }