From: David Seifert Date: Thu, 29 Aug 2019 11:37:45 +0000 (+0200) Subject: app-misc/media-player-info: [QA] Remove unnecessary slash strip X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6d1d48f58a9eb191afd083a60eab6796be10b10e;p=gentoo.git app-misc/media-player-info: [QA] Remove unnecessary slash strip Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert --- diff --git a/app-misc/media-player-info/media-player-info-23.ebuild b/app-misc/media-player-info/media-player-info-23.ebuild index c89d7f350f98..f856d00a4b78 100644 --- a/app-misc/media-player-info/media-player-info-23.ebuild +++ b/app-misc/media-player-info/media-player-info-23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ RESTRICT="binchecks strip" pkg_postinst() { # Run for /lib/udev/hwdb.d/20-usb-media-players.hwdb - udevadm hwdb --update --root="${ROOT%/}" + udevadm hwdb --update --root="${ROOT}" # https://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda if [[ ${ROOT} != "" ]] && [[ ${ROOT} != "/" ]]; then return 0