Demons
This commit is contained in:
@@ -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-*
|
||||||
|
Reference in New Issue
Block a user