master
Tk-Glitch 2020-05-14 00:16:34 +07:00
parent b5a68b293b
commit e3a68be86d
4 changed files with 8 additions and 8 deletions

@ -1012,10 +1012,10 @@ function exit_cleanup {
# Community patches removal in case of failure # Community patches removal in case of failure
for _p in ${_community_patches[@]}; do for _p in ${_community_patches[@]}; do
rm -f "$_where"/$_p rm -f "$_where"/"$_p"
done done
if [ $_NUKR == "true" ]; then if [ "$_NUKR" == "true" ]; then
rm -rf "$_where"/src/* rm -rf "$_where"/src/*
# Double tap # Double tap
rm -rf "$srcdir"/linux-* rm -rf "$srcdir"/linux-*

@ -1064,10 +1064,10 @@ function exit_cleanup {
# Community patches removal in case of failure # Community patches removal in case of failure
for _p in ${_community_patches[@]}; do for _p in ${_community_patches[@]}; do
rm -f "$_where"/$_p rm -f "$_where"/"$_p"
done done
if [ $_NUKR == "true" ]; then if [ "$_NUKR" == "true" ]; then
rm -rf "$_where"/src/* rm -rf "$_where"/src/*
# Double tap # Double tap
rm -rf "$srcdir"/linux-* rm -rf "$srcdir"/linux-*

@ -1067,10 +1067,10 @@ function exit_cleanup {
# Community patches removal in case of failure # Community patches removal in case of failure
for _p in ${_community_patches[@]}; do for _p in ${_community_patches[@]}; do
rm -f "$_where"/$_p rm -f "$_where"/"$_p"
done done
if [ $_NUKR == "true" ]; then if [ "$_NUKR" == "true" ]; then
rm -rf "$_where"/src/* rm -rf "$_where"/src/*
# Double tap # Double tap
rm -rf "$srcdir"/linux-* rm -rf "$srcdir"/linux-*

@ -1057,10 +1057,10 @@ function exit_cleanup {
# Community patches removal in case of failure # Community patches removal in case of failure
for _p in ${_community_patches[@]}; do for _p in ${_community_patches[@]}; do
rm -f "$_where"/$_p rm -f "$_where"/"$_p"
done done
if [ $_NUKR == "true" ]; then if [ "$_NUKR" == "true" ]; then
rm -rf "$_where"/src/* rm -rf "$_where"/src/*
# Double tap # Double tap
rm -rf "$srcdir"/linux-* rm -rf "$srcdir"/linux-*