commit:     c4abbf5fd1f2475e2bf8df83f7d6aee9d6c27025
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Mon Jul 18 07:20:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 15:13:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4abbf5f

media-plugins/hdx-realtime-media-engine: switch from BROOT to ROOT

To set the plugin up we run a configuration tools which is part of the
package in pkg_postinst. Take the tool from ROOT and not BROOT any
longer.

Closes: https://bugs.gentoo.org/836074
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/26196
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../hdx-realtime-media-engine-2.9.400.2702.ebuild                     | 4 ++--
 .../hdx-realtime-media-engine-2.9.500.2802.ebuild                     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild
 
b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild
index 61ddaae0ea7d..471a9f9c9365 100644
--- 
a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild
+++ 
b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild
@@ -88,9 +88,9 @@ src_install() {
 
 pkg_postinst() {
        ebegin "add info about our plugin to the module.ini of the Citrix 
receiver"
-       local inifile="${BROOT}${ICAROOT}/config/module.ini"
+       local inifile="${ROOT}${ICAROOT}/config/module.ini"
        if cp "${inifile}" . ; then
-               "${BROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \
+               "${ROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \
                        && cp new_module.ini "${inifile}"
        fi
        eend $?

diff --git 
a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild
 
b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild
index 1ab96fc394ee..0a449dcdc2ba 100644
--- 
a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild
+++ 
b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild
@@ -88,9 +88,9 @@ src_install() {
 
 pkg_postinst() {
        ebegin "add info about our plugin to the module.ini of the Citrix 
receiver"
-       local inifile="${BROOT}${ICAROOT}/config/module.ini"
+       local inifile="${ROOT}${ICAROOT}/config/module.ini"
        if cp "${inifile}" . ; then
-               "${BROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \
+               "${ROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \
                        && cp new_module.ini "${inifile}"
        fi
        eend $?

Reply via email to