Remove yay
directory after build
This commit is contained in:
parent
708c21ee44
commit
7a882c0840
1 changed files with 2 additions and 0 deletions
|
@ -8,4 +8,6 @@ then
|
||||||
pushd "$contextRoot" > /dev/null;
|
pushd "$contextRoot" > /dev/null;
|
||||||
makepkg --noconfirm -si;
|
makepkg --noconfirm -si;
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
||||||
|
rm -rf "$contextRoot";
|
||||||
fi;
|
fi;
|
||||||
|
|
Loading…
Reference in a new issue