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 <syuu@scylladb.com>
Message-Id: <1497902645-29487-1-git-send-email-syuu@scylladb.com>
This commit is contained in:
Takuya ASADA 2017-06-20 05:04:04 +09:00 committed by Avi Kivity
parent 956eac3972
commit 2b33ce558d
1 changed files with 1 additions and 1 deletions

View File

@ -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