Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Jan 3, 2025
1 parent b661e91 commit 5092546
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions makedist
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,12 @@ else
CVMFSRPMNAME="cvmfs-$CVMFSVERSION-1.$MACH.$ARCH.rpm"
CVMFSRPMURLS="$CVMFSURL/$CVMFSRPMNAME"
fi
URLS="$URLS $CVMFSRPMURLS"

MINORVERSION="`echo "$CVMFSVERSION"|cut -d. -f2`"
if [ "$MINORVERSION" -ge 10 ]; then
# include cvmfs-libs
CVMFSRPMURLSURLS="$CVMFSRPMURLS $CVMFSURL/`echo $CVMFSRPMNAME|sed 's/cvmfs-/cvmfs-libs-/'`"
CVMFSRPMURLS="$CVMFSRPMURLS $CVMFSURL/`echo $CVMFSRPMNAME|sed 's/cvmfs-/cvmfs-libs-/'`"
fi

if [ "$DISTTYPE" != "none" ]; then
Expand Down Expand Up @@ -347,12 +348,13 @@ if $INCLUDEHELPER; then
if [ -z "$URL" ]; then
echo "No scitokens-cpp package found from $EPELURL" >&2
exit 1
fi
f
URLS="$URLS $URL"
fi

FUSESUBDIR=false
CVMFSFUSE3URL="$CVMFSURL/`echo $CVMFSRPMNAME|sed 's/cvmfs-/cvmfs-fuse3-/'`"
CVMFSRPMURLS="$CVMFSRPMURLS $CVMFSFUSE3URL"
if $SING; then
URLS="$URLS $CVMFSFUSE3URL"
if [ "$EL" -lt 8 ]; then
Expand Down

0 comments on commit 5092546

Please sign in to comment.