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