tools-systemd: fix calculation of repo_dir
This commit is contained in:
parent
eaabba1bec
commit
f4baf92b9d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ prepare_confs() {
|
|||
local p=$(( s - 1 ))
|
||||
[[ $p == 0 ]] && p=3
|
||||
local pstage=stage${p}
|
||||
local repo_dir="$( cd "$( dirname ${BASH_SOURCE[0]} )../" && pwd )"
|
||||
local repo_dir="$( dirname $(pwd) )"
|
||||
local template="stage-all.conf.template"
|
||||
# set the template file if stage4
|
||||
[[ $s == 4 ]] && template=stage4-amd64.spec
|
||||
|
|
Loading…
Add table
Reference in a new issue