commit: 88bb9835259c5ee71c994269963e2723fb6b0fc7
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 14:19:38 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 14:19:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bb9835
net-dialup/ppp: Fixed "|| die" call
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-dialup/ppp/ppp-2.4.9-r5.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-dialup/ppp/ppp-2.4.9-r5.ebuild
b/net-dialup/ppp/ppp-2.4.9-r5.ebuild
index 092ae4b58bc..679207465c5 100644
--- a/net-dialup/ppp/ppp-2.4.9-r5.ebuild
+++ b/net-dialup/ppp/ppp-2.4.9-r5.ebuild
@@ -99,8 +99,7 @@ src_prepare() {
if use systemd ; then
einfo "Enabling systemd notification"
- sed '/SYSTEMD=/s@^#@@' -i pppd/Makefile.linux \
- die
+ sed '/SYSTEMD=/s@^#@@' -i pppd/Makefile.linux || die
fi
# Respect our pkg-config settings.