Сравнение ndisc6-1.0.6 с ndisc6-1.0.7
/usr/portage/net-misc/ndisc6/ndisc6-1.0.7.ebuild 2023-10-09 14:52:34.664368481 +0300 | ||
---|---|---|
16 | 16 |
sys-devel/gettext" |
17 | 17 | |
18 | 18 |
src_configure() { |
19 |
econf $(use_enable debug assert) |
|
19 |
local args=( |
|
20 |
--localstatedir="${EPREFIX}"/var |
|
21 |
$(use_enable debug assert) |
|
22 |
) |
|
23 |
econf "${args[@]}" |
|
20 | 24 |
} |
21 | 25 | |
22 | 26 |
src_install() { |
23 | 27 |
emake DESTDIR="${D}" install |
28 |
rm -r "${ED}/var" || die |
|
24 | 29 | |
25 |
newinitd "${FILESDIR}"/rdnssd.rc-1 rdnssd |
|
30 |
newinitd "${FILESDIR}"/rdnssd.rc-2 rdnssd |
|
26 | 31 |
newconfd "${FILESDIR}"/rdnssd.conf rdnssd |
27 | 32 | |
28 | 33 |
exeinto /etc/rdnssd |
29 |
newexe "${FILESDIR}"/resolvconf-1 resolvconf |
|
34 |
newexe "${FILESDIR}"/resolvconf-2 resolvconf |
|
30 | 35 |
dodoc AUTHORS ChangeLog NEWS README |
31 | ||
32 |
keepdir /var/lib/run/rdnssd |
|
33 | 36 |
} |