We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806dd7c commit a8b62bdCopy full SHA for a8b62bd
makedist
@@ -325,7 +325,7 @@ if [ "$DISTRO" = suse ]; then
325
if $USEFUSE3; then
326
# hack to check if package is available in current dir
327
if [ ! -f "$HERE/$CVMFSFUSE3RPMNAME" ]; then
328
- echo "No cvmfs-fuse3 for suse15 available." >&2
+ echo "No cvmfs-fuse3 for SuSE available." >&2
329
echo "Please provide custom-built $CVMFSFUSE3RPMNAME in the $HERE directory to continue." >&2
330
exit 1
331
else
0 commit comments