saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-08-18 01:35:13 +02:00 committed by Hans Wurst
parent ea09eb5c7e
commit 607e1ebede
2 changed files with 2 additions and 1 deletions

View File

@ -120,6 +120,7 @@ if [[
"${CATEGORY}/${PN}" != "sys-power/iasl" &&
"${CATEGORY}/${PN}" != "net-libs/libmnl" &&
"${CATEGORY}/${PN}" != "net-libs/opal" &&
"${CATEGORY}/${PN}" != "media-libs/mediastreamer" &&
"${CATEGORY}/${PN}" != "x11-libs/pixman"
]]
then

View File

@ -3,5 +3,5 @@
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
if [[ $(ld --version) =~ "gold" ]] ; then
ewarn \033[1;31mld gold is in use!!\033[0m"
ewarn "ld gold is in use!!"
fi