app-emulation/genymotion-bin/genymotion-bin-2.9.0.ebuild
changeset 214 39e314e94c59
parent 213 83b6f114ac24
child 215 8c89db9f45f4
equal deleted inserted replaced
213:83b6f114ac24 214:39e314e94c59
    53 	mkdir -p "${S}"
    53 	mkdir -p "${S}"
    54 	skip=$(awk '/^__TARFILE_FOLLOWS__/ { print NR + 1; exit 0; }' "${DISTDIR}/${A}")
    54 	skip=$(awk '/^__TARFILE_FOLLOWS__/ { print NR + 1; exit 0; }' "${DISTDIR}/${A}")
    55 	tail -n +$skip "${DISTDIR}/${A}" | tar -xj -C "${S}"
    55 	tail -n +$skip "${DISTDIR}/${A}" | tar -xj -C "${S}"
    56 }
    56 }
    57 
    57 
       
    58 src_prepare() {
       
    59 	default
       
    60 
       
    61 	# removed windows line for bashcompletion
       
    62 	sed -i -e "s/complete\ -F\ _gmtool\ gmtool.exe//" "completion/bash/gmtool.bash" || die "sed failed"
       
    63 }
       
    64 
    58 QA_PREBUILT="
    65 QA_PREBUILT="
    59 	opt/${MY_PN}/*.so*
    66 	opt/${MY_PN}/*.so*
    60 	opt/${MY_PN}/imageformats/*.so
    67 	opt/${MY_PN}/imageformats/*.so
    61 	opt/${MY_PN}/plugins/*.so*
    68 	opt/${MY_PN}/plugins/*.so*
    62 	opt/${MY_PN}/device-upgrade
    69 	opt/${MY_PN}/device-upgrade