diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-11-12 18:10:28 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-11-12 18:10:58 +0100 |
commit | aa2b9f3f3023024f05d0ded6e293d6bc763a32b7 (patch) | |
tree | 2f832ff07f9b5e07b94aa9ddf1f416441c147726 /net-fs | |
parent | dev-scheme/escm: update patch (diff) | |
download | gentoo-aa2b9f3f3023024f05d0ded6e293d6bc763a32b7.tar.gz gentoo-aa2b9f3f3023024f05d0ded6e293d6bc763a32b7.tar.bz2 gentoo-aa2b9f3f3023024f05d0ded6e293d6bc763a32b7.zip |
net-fs/samba: Removed double prefix
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.14.10.ebuild | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-4.15.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.14.10.ebuild b/net-fs/samba/samba-4.14.10.ebuild index 96697f596fd2..da1c5a7266ab 100644 --- a/net-fs/samba/samba-4.14.10.ebuild +++ b/net-fs/samba/samba-4.14.10.ebuild @@ -297,7 +297,7 @@ multilib_src_install() { dotmpfiles "${FILESDIR}"/samba.conf if ! use addc ; then - rm "${ED}/$(systemd_get_systemunitdir)/samba.service" \ + rm "${D}/$(systemd_get_systemunitdir)/samba.service" \ || die fi diff --git a/net-fs/samba/samba-4.15.2.ebuild b/net-fs/samba/samba-4.15.2.ebuild index 240941e87570..05c071ebef13 100644 --- a/net-fs/samba/samba-4.15.2.ebuild +++ b/net-fs/samba/samba-4.15.2.ebuild @@ -292,7 +292,7 @@ multilib_src_install() { dotmpfiles "${FILESDIR}"/samba.conf if ! use addc ; then - rm "${ED}/$(systemd_get_systemunitdir)/samba.service" \ + rm "${D}/$(systemd_get_systemunitdir)/samba.service" \ || die fi |