Fix incorrect command
This commit is contained in:
parent
0e58ab6c3c
commit
616f7f1faf
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ sed -i \
|
||||||
makepkg -si --skippgpcheck --noconfirm;
|
makepkg -si --skippgpcheck --noconfirm;
|
||||||
|
|
||||||
cd "$workingDir";
|
cd "$workingDir";
|
||||||
rm "$pkgName";
|
rm -rf "$pkgName";
|
||||||
|
|
Loading…
Reference in a new issue