pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

system-config-rc (503B)


      1 {% extends "genlinks" %}
      2 {%- block script %}
      3 #+{{pkg_install_name("busybox")}}
      4 #+{{pkg_install_name("busybox-diffutils")}}
      5 #+{{pkg_install_name("s6-rc")}}
      6 #+{{pkg_install_name("fileset")}}
      7 #+{{pkg_install_name("system-config")}}
      8 
      9 {% include "functions/vars" %}
     10 def_dest
     11 
     12 src={{pkg_install_dir("system-config")}}/config/s6-rc-source
     13 s6-rc-compile ./s6-rc-db "$src"
     14 mkdir -p "$dest/config"
     15 mv -v s6-rc-db "$dest/config/"
     16 {% endblock -%}
     17 {% block rules %}
     18 $2 == "config" { link($0); next }
     19 {% endblock -%}