pthbs

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

execline (326B)


      1 {% extends "skaware" %}
      2 {%- block postinstall %}
      3 if ! test -e "${pthbs_destdir%/}$prefix/command/eltest"; then
      4     # TODO
      5     printf '%s\n' >"${pthbs_destdir%/}$prefix/command/eltest" \
      6         "#!$prefix/command/execlineb -S0" \
      7         's6-test $@'
      8     chmod +x "${pthbs_destdir%/}$prefix/command/eltest"
      9 fi
     10 {%- endblock %}