Sfoglia il codice sorgente

Gentoo package names contain a category with a "/" delimitor.

This will make state names play nicely with gentoo.
tags/v0.34.0
Mark Gomersbach 6 anni fa
parent
commit
19fb0d3f1d
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      php/ng/installed.jinja

+ 1
- 1
php/ng/installed.jinja Vedi File

@@ -81,7 +81,7 @@ php_install_{{ state }}:

{% for pkg in specials %}

php_install_{{ state }}_{{ pkg.get('name') }}:
php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}:
pkg.installed:
{{ sls_block(pkg) }}


Loading…
Annulla
Salva