diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 08:09:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:49:41 +0100 |
commit | 9781953f77cb06bbe428b60a635e1225961bf8e2 (patch) | |
tree | 9316626e82d14d1fb512865a9d99e955439be7a8 /net-misc/ndppd | |
parent | media-video/vdr: fix function declaration style (braces) (diff) | |
download | gentoo-9781953f77cb06bbe428b60a635e1225961bf8e2.tar.gz gentoo-9781953f77cb06bbe428b60a635e1225961bf8e2.tar.bz2 gentoo-9781953f77cb06bbe428b60a635e1225961bf8e2.zip |
net-misc/ndppd: fix function declaration style (braces)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ndppd')
-rw-r--r-- | net-misc/ndppd/ndppd-0.2.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/ndppd/ndppd-0.2.5.ebuild b/net-misc/ndppd/ndppd-0.2.5.ebuild index 22897aa596c4..3957e91d0229 100644 --- a/net-misc/ndppd/ndppd-0.2.5.ebuild +++ b/net-misc/ndppd/ndppd-0.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -src_install() -{ +src_install() { emake PREFIX=/usr DESTDIR="${D}" install insinto /etc newins ndppd.conf-dist ndppd.conf |