remove 'fc' from release root
This commit is contained in:
parent
5f89c4286e
commit
dd1ae74b19
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,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