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:
parent
956eac3972
commit
2b33ce558d
2
dist/debian/build_deb.sh
vendored
2
dist/debian/build_deb.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user