Skip to content

Commit

Permalink
Generalize SuSE distro version in message
Browse files Browse the repository at this point in the history
  • Loading branch information
tildeslu committed Sep 12, 2024
1 parent 806dd7c commit a8b62bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ if [ "$DISTRO" = suse ]; then
if $USEFUSE3; then
# hack to check if package is available in current dir
if [ ! -f "$HERE/$CVMFSFUSE3RPMNAME" ]; then
echo "No cvmfs-fuse3 for suse15 available." >&2
echo "No cvmfs-fuse3 for SuSE available." >&2
echo "Please provide custom-built $CVMFSFUSE3RPMNAME in the $HERE directory to continue." >&2
exit 1
else
Expand Down

0 comments on commit a8b62bd

Please sign in to comment.