diff options
-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. |