From: James Bunton Date: Thu, 5 Oct 2017 11:09:48 +0000 (+1100) Subject: aur-install: don't clean working tree X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/ff17a70c5806ca7b7b1c8304d2d8f549cf4916d0 aur-install: don't clean working tree --- diff --git a/aur-install b/aur-install index 606247b..df5f604 100755 --- a/aur-install +++ b/aur-install @@ -34,7 +34,6 @@ function ask_user_to_continue { } function build_and_install { - git clean -x -d -e '*.pkg.*' -f git checkout . makepkg -sri }