# HG changeset patch # User Da Risk # Date 1494364498 25200 # Node ID 39e314e94c594d3fa6f56475d91adc8b985845de # Parent 83b6f114ac24eeceb576929277b1cab3c14c380b app-emulation/genymotion-bin: correct bash completion diff -r 83b6f114ac24 -r 39e314e94c59 app-emulation/genymotion-bin/genymotion-bin-2.9.0.ebuild --- a/app-emulation/genymotion-bin/genymotion-bin-2.9.0.ebuild Tue May 09 12:44:39 2017 -0700 +++ b/app-emulation/genymotion-bin/genymotion-bin-2.9.0.ebuild Tue May 09 14:14:58 2017 -0700 @@ -55,6 +55,13 @@ tail -n +$skip "${DISTDIR}/${A}" | tar -xj -C "${S}" } +src_prepare() { + default + + # removed windows line for bashcompletion + sed -i -e "s/complete\ -F\ _gmtool\ gmtool.exe//" "completion/bash/gmtool.bash" || die "sed failed" +} + QA_PREBUILT=" opt/${MY_PN}/*.so* opt/${MY_PN}/imageformats/*.so