diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 08dfdeb3cf..b93207e8fa 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -480,7 +480,7 @@ func_defined post_install || post_install() { : } clean() { - rm -rf "${PORT_BUILD_DIR}" + rm -rf "${PORT_BUILD_DIR}/"* } clean_dist() { OLDIFS=$IFS