[grobi] more brain dead sh mistakes
This commit is contained in:
parent
0cfc7ea7ad
commit
264bded0ea
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ for ARCH in ${ARCHES}; do
|
|||
# We consolidate all of the default repositories and remerge them
|
||||
# in a daily tree. This allows us to point koji at a particular
|
||||
# day if we have specific build concerns.
|
||||
OUTDIR=${HOMEDIR}/koji/${DATE}/${ARCHES}
|
||||
OUTDIR=${HOMEDIR}/koji/${DATE}/${ARCH}
|
||||
mkdir -vp ${OUTDIR}
|
||||
if [ ! -d ${ARCHDIR} ]; then
|
||||
if [ ! -d ${OUTDIR} ]; then
|
||||
echo "Unable to find ${ARCHDIR}"
|
||||
exit
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue