remove 'fc' from release root
This commit is contained in:
parent
626d76c755
commit
1d3ce6191e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ DISTS=(
|
|||
|
||||
for dist in ${DISTS[@]}; do
|
||||
release=$(echo ${dist} | cut -d: -f2)
|
||||
REPO_RELEASE_ROOT="${REPO_ROOT}/fc${release}"
|
||||
REPO_RELEASE_ROOT="${REPO_ROOT}/${release}"
|
||||
RPM_REPO="${REPO_RELEASE_ROOT}/rpm/x86_64"
|
||||
mkdir -p "$RPM_REPO"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue