You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/mc/files/mc-4.8.29-gentoo-tools.patch

12 lines
413 B

--- a/misc/ext.d/video.sh
+++ b/misc/ext.d/video.sh
@@ -19,7 +19,7 @@
elif which mpv_identify.sh >/dev/null 2>&1; then
mpv_identify.sh "${MC_EXT_FILENAME}"
else
- echo "Please install either mplayer or mpv to get information for this file"
+ echo "Please install either mplayer or mpv[tools] to get information for this file"
fi
;;
esac