Merge pull request #70 from manjaro/stable-0.15.x

\$dist_codename configurable
This commit is contained in:
Bernhard Landauer 2017-11-01 04:38:56 +01:00 committed by GitHub
commit f4d62cb0d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,7 @@ init_buildiso(){
[[ -z ${dist_release} ]] && dist_release=$(get_release)
dist_codename=$(get_codename)
[[ -z ${dist_codename} ]] && dist_codename=$(get_codename)
dist_name=$(get_distname)