Fix incorrect command

This commit is contained in:
Manuel Thalmann 2023-05-04 18:53:17 +02:00
parent 0e58ab6c3c
commit 616f7f1faf

View file

@ -31,4 +31,4 @@ sed -i \
makepkg -si --skippgpcheck --noconfirm;
cd "$workingDir";
rm "$pkgName";
rm -rf "$pkgName";