Sha256: 9ea2e3979c6513164ff1a7dfc670a22b6d15f27914a9fe9158e180f271e41ee7
Contents?: true
Size: 940 Bytes
Versions: 1
Compression:
Stored size: 940 Bytes
Contents
<% upname = name.upcase -%> # append <%= upname %> bin paths to PATH export PATH=$PATH:${<%= upname %>}/bin <% if project_options[:delight] -%> # append <%= upname %> delight paths to bin export PATH=$PATH:${<%= upname %>}/delight/procedural # append <%= upname %> delight resource paths if [[ -n $DL_SHADERS_PATH ]] ; then export DL_SHADERS_PATH=.:${<%= upname %>}/delight/shader:${DL_SHADERS_PATH} ; else export DL_SHADERS_PATH=.:${<%= upname %>}/delight/shader ; fi if [[ -n $DL_PROCEDURALS_PATH ]] ; then export DL_PROCEDURALS_PATH=.:${<%= upname %>}/delight/procedural:${DL_PROCEDURALS_PATH} ; else export DL_PROCEDURALS_PATH=.:${<%= upname %>}/delight/procedural ; fi <% end -%> <% if project_options[:nuke] -%> # append <%= upname %> nuke resource paths if [[ -n $NUKE_PATH ]] ; then export NUKE_PATH=.:${<%= upname %>}/nuke/scripts:${NUKE_PATH} ; else export NUKE_PATH=.:${<%= upname %>}/nuke/scripts ; fi <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flak-0.0.7 | lib/flak/thor/templates/product.sh.tt |