From 2b33ce558d8c0ac405659480bec0d19b133e17b5 Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Tue, 20 Jun 2017 05:04:04 +0900 Subject: [PATCH] dist/debian: no need to rm -rf non-existent file This line copied from scylla-tools-java, and conf/hotspot_compiler does not exist on scylla-jmx, so drop the entry. Signed-off-by: Takuya ASADA Message-Id: <1497902645-29487-1-git-send-email-syuu@scylladb.com> --- dist/debian/build_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/debian/build_deb.sh b/dist/debian/build_deb.sh index 1d923e1..ad371e6 100755 --- a/dist/debian/build_deb.sh +++ b/dist/debian/build_deb.sh @@ -48,7 +48,7 @@ if [ "$(arch)" != "x86_64" ]; then fi if [ -e debian ] || [ -e build/release ]; then - rm -rf debian build conf/hotspot_compiler + rm -rf debian build mkdir build fi if is_debian_variant; then