#!/bin/bash source "${PALUDIS_EBUILD_DIR}/echo_functions.bash" ebegin "Working around ycm broken live dirs" if [[ ${CATEGORY}/${PN} == app-vim/youcompleteme ]] ; then mkdir -p "${S}"/third_party/ycmd/third_party/sh touch "${S}"/third_party/ycmd/libclang.so fi eend $?