mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

genlinks (403B)


      1 {% extends "genlinks_mini" %}
      2 {% block genlinks_all_rules -%}
      3 {{- super() }}
      4 $2 == "share" && $3 ~ /^(icons|terminfo)$/ { link(r1($0)); next }
      5 
      6 $2 == "{{ocamldir}}" { link($0); next }
      7 
      8 $2 == "{{keysdir}}" { link($0); next }
      9 $2 == "{{zshdir}}" { link($0); next }
     10 $2 == "{{vimdir}}" { link($0); next }
     11 $2 == "icons" { link($0); next }
     12 $2 == "terminfo" { link($0); next }
     13 {% endblock genlinks_all_rules %}