Advertisement
Guest User

Untitled

a guest
Sep 11th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #
  4. # /etc/pacaur.conf
  5. #
  6.  
  7. #
  8. # GENERAL OPTIONS
  9. #
  10.  
  11. buildDir="/tmp/pacaurtmp-$USER" # build directory - default: /tmp/pacaurtmp-$USER
  12. editor="$EDITOR" # PKGBUILD editor - default: $EDITOR
  13. color=true # color support via pacman-color - default: false
  14. clean=true # clean up after package install - default: true
  15. fallback=true # pacman fallback - default: true
  16.  
  17. #
  18. # ADVANCED OPTIONS
  19. #
  20.  
  21. carchmagic=true # CARCH compatibility - default: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement