From 2310eb6844bcb64169d97e445758beb8c150021d Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Wed, 25 Nov 2015 03:24:45 +0900 Subject: [PATCH] dist: cleanup dependency-reduced-pom.xml when rebuilding ubuntu package --- dist/ubuntu/build_deb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ubuntu/build_deb.sh b/dist/ubuntu/build_deb.sh index 99e7d0a..d0b53dd 100644 --- a/dist/ubuntu/build_deb.sh +++ b/dist/ubuntu/build_deb.sh @@ -5,8 +5,8 @@ if [ ! -e dist/ubuntu/build_deb.sh ]; then exit 1 fi -if [ -e debian ] || [ -e build ] || [ -e target ] || [ -e m2 ]; then - rm -rf debian build target m2 +if [ -e debian ] || [ -e build ] || [ -e target ] || [ -e m2 ] || [ -e dependency-reduced-pom.xml ]; then + rm -rf debian build target m2 dependency-reduced-pom.xml fi VERSION=$(./SCYLLA-VERSION-GEN)