From d98ae239e5b6e54f30cdbbe5c0128de91020a15e Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Tue, 3 May 2022 11:51:22 -0400 Subject: [PATCH] Fix debian scripts --- debian/bin/mimic3 | 2 +- debian/bin/mimic3-download | 17 +++++++++++++++++ debian/bin/mimic3-server | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100755 debian/bin/mimic3-download diff --git a/debian/bin/mimic3 b/debian/bin/mimic3 index b075063..e3be690 100755 --- a/debian/bin/mimic3 +++ b/debian/bin/mimic3 @@ -14,4 +14,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -/usr/lib/mimic3-tts/mimic3 "$@" +/usr/lib/mycroft/mimic3/mimic3 "$@" diff --git a/debian/bin/mimic3-download b/debian/bin/mimic3-download new file mode 100755 index 0000000..03998e8 --- /dev/null +++ b/debian/bin/mimic3-download @@ -0,0 +1,17 @@ +#!/usr/bin/env sh +# Copyright 2022 Mycroft AI Inc. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +/usr/lib/mycroft/mimic3/mimic3-download "$@" diff --git a/debian/bin/mimic3-server b/debian/bin/mimic3-server index 7afadf8..6bcf7a9 100755 --- a/debian/bin/mimic3-server +++ b/debian/bin/mimic3-server @@ -14,4 +14,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -/usr/lib/mimic3-tts/mimic3-server "$@" +/usr/lib/mycroft/mimic3/mimic3-server "$@"