config-paths.inc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [PATHS]
  2. # This section defines different paths. Each path may contain any number of
  3. # references to other paths by »$(NAME)«. All names are case sensitive.
  4. # >>> Please use '/' and not '\' as directory separator, even for Cygwin. <<<
  5. # The base is only a helper path to allow relative paths. It is not used
  6. # internally. For Cygwin, it is usually Windows »PROGRAMFILES«. For other
  7. # systems it is »/usr/local«.
  8. base = %s
  9. # The directory, where the tools will be installed. After installation
  10. # it is used for updates. It is usually »$(base)/Wiimm/SZS« for Cygwin
  11. # and »$(base)/bin« for other systems.
  12. install = %s
  13. # File or directory, where a configuration should be stored on installation.
  14. # The filename »wiimms-szs-tools.conf« is appended for directories.
  15. # An existing file is scanned and rewritten. If empty, don't create it.
  16. config = %s
  17. # The following is a directory list in the order in which the configuration
  18. # file is searched. Uncomment a line to override the previous setting.
  19. # config = "$(xdg_home)/szs/" # XDG directory of the user
  20. # config = "$(home)/.szs/" # Home directory of the user
  21. # config = "$(xdg_etc)/" # Standard XDG config-dir for unix based systems
  22. # config = "/etc/" # Standard config-dir for unix based systems
  23. # config = "$(share)/" # Directory of shared files (bad choice)
  24. # config = "$(install)/" # Directory of installation
  25. # The directory for shared files. It is usually »$(install)« for Cygwin and
  26. # »$(base)/share/szs« for other systems.
  27. share = %s
  28. # The directory in which the »titles« files are saved and searched for first.
  29. # It is usually »$(share)« for all systems.
  30. titles = %s