Skip to content

Commit a8b62bd

Browse files
committed
Generalize SuSE distro version in message
1 parent 806dd7c commit a8b62bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makedist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ if [ "$DISTRO" = suse ]; then
325325
if $USEFUSE3; then
326326
# hack to check if package is available in current dir
327327
if [ ! -f "$HERE/$CVMFSFUSE3RPMNAME" ]; then
328-
echo "No cvmfs-fuse3 for suse15 available." >&2
328+
echo "No cvmfs-fuse3 for SuSE available." >&2
329329
echo "Please provide custom-built $CVMFSFUSE3RPMNAME in the $HERE directory to continue." >&2
330330
exit 1
331331
else

0 commit comments

Comments
 (0)