Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 839867 Details for
Bug 884323
net-fs/davfs2: file collision with merged-usr
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
0001-net-fs-davfs2-fix-file-collision-with-merged-usr.patch
0001-net-fs-davfs2-fix-file-collision-with-merged-usr.patch (text/plain), 1.10 KB, created by
Alexander Tsoy
on 2022-12-04 16:59:07 UTC
(
hide
)
Description:
0001-net-fs-davfs2-fix-file-collision-with-merged-usr.patch
Filename:
MIME Type:
Creator:
Alexander Tsoy
Created:
2022-12-04 16:59:07 UTC
Size:
1.10 KB
patch
obsolete
>From f92318662c1396385ad70254eec96dde0eac1d19 Mon Sep 17 00:00:00 2001 >From: Alexander Tsoy <alexander@tsoy.me> >Date: Sun, 4 Dec 2022 19:56:47 +0300 >Subject: [PATCH] net-fs/davfs2: fix file collision with merged-usr > >Closes: https://bugs.gentoo.org/884323 >Signed-off-by: Alexander Tsoy <alexander@tsoy.me> >--- > net-fs/davfs2/davfs2-1.6.1.ebuild | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/net-fs/davfs2/davfs2-1.6.1.ebuild b/net-fs/davfs2/davfs2-1.6.1.ebuild >index a00ae2819d9..1f71c429d33 100644 >--- a/net-fs/davfs2/davfs2-1.6.1.ebuild >+++ b/net-fs/davfs2/davfs2-1.6.1.ebuild >@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" > LICENSE="GPL-3+" > SLOT="0" > KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" >-IUSE="nls" >+IUSE="nls split-usr" > RESTRICT="test" > > RDEPEND="dev-libs/libxml2 >@@ -39,7 +39,14 @@ src_prepare() { > } > > src_configure() { >- econf --enable-largefile $(use_enable nls) >+ local ssbindir >+ if use split-usr; then >+ ssbindir=/sbin >+ else >+ ssbindir=/usr/sbin >+ fi >+ >+ ssbindir=${ssbindir} econf --enable-largefile $(use_enable nls) > } > > pkg_postinst() { >-- >2.37.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 884323
:
839861
|
839867
|
839909
|
840171