diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-08-27 16:19:38 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-08-27 16:19:54 +0200 |
commit | 88bb9835259c5ee71c994269963e2723fb6b0fc7 (patch) | |
tree | 74d6bdff2cfeaa655fd1a3adde1e8b36c435508c /net-dialup | |
parent | dev-php/pecl-mcrypt: Remove old commentted function (diff) | |
download | gentoo-88bb9835259c5ee71c994269963e2723fb6b0fc7.tar.gz gentoo-88bb9835259c5ee71c994269963e2723fb6b0fc7.tar.bz2 gentoo-88bb9835259c5ee71c994269963e2723fb6b0fc7.zip |
net-dialup/ppp: Fixed "|| die" call
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.9-r5.ebuild | 3 |
1 files changed, 1 insertions, 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 092ae4b58bc2..679207465c5a 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. |