out does not need _dir in the fs

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-23 18:30:06 +01:00
parent 978ed2c75f
commit fde8b2b1b9
1 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ set -au
: ${__cdist_name_gencode:=gencode}
: ${__cdist_name_host:=hosts}
: ${__cdist_name_init:=init}
: ${__cdist_name_out_dir:=out_dir}
: ${__cdist_name_conf_dir:=conf_dir}
: ${__cdist_name_out_dir:=out}
: ${__cdist_name_conf_dir:=conf}
# Name of the manifest file in types
: ${__cdist_name_manifest:=manifest}
@ -80,7 +80,7 @@ __cdist_sane_regexp='[A-Za-z0-9]*[-A-Za-z0-9_]*'
: ${__cdist_remote_explorer_dir:=$__cdist_remote_conf_dir/$__cdist_name_explorer}
: ${__cdist_remote_bin_dir:=$__cdist_remote_conf_dir/$__cdist_name_bin}
# Remot} out
# Remote out
: ${__cdist_remote_out_dir:=$__cdist_remote_base_dir/$__cdist_name_out_dir}
: ${__cdist_remote_out_explorer_dir:=$__cdist_remote_out_dir/$__cdist_name_explorer}