From cbb129f04bae1f6b272d6316e33963c37d25850b Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 21 Aug 2015 00:28:55 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/hooks/sync_all_post/05-sync_news.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/paludis/hooks/sync_all_post/05-sync_news.bash b/paludis/hooks/sync_all_post/05-sync_news.bash index 4ce3576..b8421a6 100644 --- a/paludis/hooks/sync_all_post/05-sync_news.bash +++ b/paludis/hooks/sync_all_post/05-sync_news.bash @@ -19,5 +19,6 @@ eend_die $? ebegin "Copying news to base directory" cp -a "${NEWSDIR}"/*/* "${NEWSDIR}" +rm -r "${NEWSDIR}"/2013-06-01-mysql-pbxt-dropped eend $?