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 2a0a4eb commit b2e0112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ if [ "$ARCH" = "ppc64le" ]; then
echo "Failed to get $ARCH cvmfs rpm from copr" >&2
exit 1
fi
CVMFSRPMNAME="$(basename $CVMFSRPMURL)"
CVMFSURL="$(dirname $CVMFSRPMURLS)"
CVMFSRPMNAME="$(basename $CVMFSRPMURLS)"
CVMFSVERSION="`echo "$CVMFSRPMNAME" 's/.*cvmfs-\([^-]*\)-.*/\1/'`"
else
CVMFSURL="$CVMFS_BASEURL/yum/cvmfs/$DISTRO_YUM/$VERS/$ARCH"
Expand Down

0 comments on commit b2e0112

Please sign in to comment.