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 3f2dfc6 commit 9b8d7a6Copy full SHA for 9b8d7a6
makedist
@@ -321,7 +321,7 @@ if [ "$DISTRO" = suse ]; then
321
if $USEFUSE3; then
322
# hack to check if package is available in current dir
323
if [ ! -f "$HERE/$CVMFSFUSE3RPMNAME" ]; then
324
- echo "No cvmfs-fuse3 for suse15 available." >&2
+ echo "No cvmfs-fuse3 for SuSE available." >&2
325
echo "Please provide custom-built $CVMFSFUSE3RPMNAME in the $HERE directory to continue." >&2
326
exit 1
327
else
0 commit comments