From 7223f7c75a93a8ceb8799767d39010241ba54121 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Mon, 10 Aug 2015 14:32:41 -0700 Subject: [PATCH] Packaging: fix rpm -e removing /etc/elasticsearch When we fixed rpm creating the /etc/elasticsearch/scripts directory we broke removing the rpm - it lef the /etc/elasticsearch directory behind. This fixes that. --- distribution/rpm/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/distribution/rpm/pom.xml b/distribution/rpm/pom.xml index f679ba615e9..8b9da21d8d3 100644 --- a/distribution/rpm/pom.xml +++ b/distribution/rpm/pom.xml @@ -141,6 +141,15 @@ + + + ${packaging.elasticsearch.conf.dir} + noreplace + ${packaging.elasticsearch.conf.dir}/ noreplace