diff options
author | Sam James <sam@gentoo.org> | 2022-04-19 21:52:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-19 21:52:38 +0100 |
commit | fe71b5c84103458d38609b8e9f0db6d0b824e1c8 (patch) | |
tree | 8f2d599fd11fc4300846a62e752f57656910995b /net-p2p | |
parent | net-p2p/qbittorrent: refine webui/gui logic (diff) | |
download | gentoo-fe71b5c84103458d38609b8e9f0db6d0b824e1c8.tar.gz gentoo-fe71b5c84103458d38609b8e9f0db6d0b824e1c8.tar.bz2 gentoo-fe71b5c84103458d38609b8e9f0db6d0b824e1c8.zip |
net-p2p/qbittorrent: ${ED} -> ${D}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild index 75754bfe9170..2b07c7436878 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild @@ -100,7 +100,7 @@ src_install() { if ! use webui ; then # No || die deliberately as it doesn't always exist - rm "${ED}/$(systemd_get_systemunitdir)"/qbittorrent-nox*.service + rm "${D}/$(systemd_get_systemunitdir)"/qbittorrent-nox*.service fi einstalldocs |