commit | 33736e7025b8976d2703ef16ba8ae3587ecea159 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 15:05:25 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 15:05:25 2016 +0200 |
tree | 9ba7222ba9e5b80ac8ce6c36be0730b29ed1ea5f | |
parent | 3556eda591ccfcea50edabcfc90e8d9565829632 [diff] |
Underscore is valid in formula name
diff --git a/Makefile b/Makefile index fc83783..c6a75af 100644 --- a/Makefile +++ b/Makefile
@@ -1,7 +1,7 @@ DESTDIR=/ SALTENVDIR=/usr/share/salt-formulas/env RECLASSDIR=/usr/share/salt-formulas/reclass -FORMULANAME=$(shell grep name: metadata.yml|head -1|cut -d : -f 2|grep -Eo '[a-z0-9\-]*') +FORMULANAME=$(shell grep name: metadata.yml|head -1|cut -d : -f 2|grep -Eo '[a-z0-9\-\_]*') all: @echo "make install - Install into DESTDIR"