Diff davfs2-1.6.1-r1 with a davfs2-1.7.0
/usr/portage/net-fs/davfs2/davfs2-1.7.0.ebuild 2023-10-09 14:52:34.428368475 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
39 | 39 |
} |
40 | 40 | |
41 | 41 |
src_configure() { |
42 |
econf --enable-largefile $(use_enable nls) |
|
43 |
} |
|
44 | ||
45 |
src_install() { |
|
42 | 46 |
local ssbindir |
43 | 47 |
if use split-usr; then |
44 | 48 |
ssbindir=${EPREFIX}/sbin |
... | ... | |
46 | 50 |
ssbindir=${EPREFIX}/usr/sbin |
47 | 51 |
fi |
48 | 52 | |
49 |
econf --enable-largefile $(use_enable nls) ssbindir="${ssbindir}" |
|
53 |
emake DESTDIR="${D}" sbindir="${ssbindir}" install |
|
54 |
einstalldocs |
|
50 | 55 |
} |
51 | 56 | |
52 | 57 |
pkg_postinst() { |