1. 23 Aug, 2023 1 commit
  2. 27 Mar, 2023 1 commit
    • Anton Midyukov's avatar
      alternatives: initial feature · 2f0cf575
      Anton Midyukov authored
      This feature allows you to set alternatives [1].
      For example, like this:
      
         @$(call add,ALTERNATIVES,/usr/bin/xvt:/usr/bin/xterm)
      
      Also, in the config itself, targets for setting alternatives may already
      be predefined. For example, use/alternatives/xvt/% allows you to specify
      arbitrary alternatives for xvt:
      use/alternatives/xvt/xterm, use/alternatives/xvt/mate-terminal, etc.
      However, an alternative must be available.
      
      1. https://www.altlinux.org/Alternatives
      2f0cf575