Skip to content

Commit 9b8d7a6

Browse files
committed
Generalize SuSE distro version in message
1 parent 3f2dfc6 commit 9b8d7a6

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
@@ -321,7 +321,7 @@ if [ "$DISTRO" = suse ]; then
321321
if $USEFUSE3; then
322322
# hack to check if package is available in current dir
323323
if [ ! -f "$HERE/$CVMFSFUSE3RPMNAME" ]; then
324-
echo "No cvmfs-fuse3 for suse15 available." >&2
324+
echo "No cvmfs-fuse3 for SuSE available." >&2
325325
echo "Please provide custom-built $CVMFSFUSE3RPMNAME in the $HERE directory to continue." >&2
326326
exit 1
327327
else

0 commit comments

Comments
 (0)