]> code.delx.au - monosys/commitdiff
aur-install: don't clean working tree
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 5 Oct 2017 11:09:48 +0000 (22:09 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 5 Oct 2017 11:09:48 +0000 (22:09 +1100)
aur-install

index 606247ba3dc317d58146b95d5a92118a081e649c..df5f604f7c0d0839591ee37efd33df694479afcf 100755 (executable)
@@ -34,7 +34,6 @@ function ask_user_to_continue {
 }
 
 function build_and_install {
-    git clean -x -d -e '*.pkg.*' -f
     git checkout .
     makepkg -sri
 }