summaryrefslogtreecommitdiff
path: root/makemkv
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-01 16:16:16 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-01 16:16:16 -0400
commit893c8c25e73cade1e5e25e88cbfaeff45d1a3356 (patch)
treed0c081de1ceb5e804d8ad26d4e5b35912d8f85db /makemkv
parentmakemkv 1.17.0 rc1 (diff)
downloadstackrpms-893c8c25e73cade1e5e25e88cbfaeff45d1a3356.tar.gz
stackrpms-893c8c25e73cade1e5e25e88cbfaeff45d1a3356.tar.bz2
stackrpms-893c8c25e73cade1e5e25e88cbfaeff45d1a3356.zip
makemkv: add new bin to spec
Diffstat (limited to 'makemkv')
-rw-r--r--makemkv/makemkv.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 629415f..36a755b 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -156,6 +156,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/makemkv
%{_bindir}/makemkvcon
%{_bindir}/mmccextr
+%{_bindir}/mmgplsrv
%{_bindir}/sdftool
# stackrpms,2 my script
%{_bindir}/%{name}-wrapper
bgstack15