saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-09-24 15:46:54 +02:00
committed by Hans Wurst
parent 37ca551459
commit a72de5ae3a
2 changed files with 16 additions and 0 deletions

View File

@@ -1,2 +1,10 @@
#!/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 $?