mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
sys-fs/dwarfs: warning if fuse2 and fuse3 installed both
In case there are both fuse2 and fuse3 version is installed DwarFS will build binaries for both (/usr/sbin/dwarfs for fuse3 and /usr/sbin/dwarfs2 for fuse2). Added warning. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -91,4 +91,7 @@ pkg_postinst(){
|
||||
elog "${HOMEPAGE}"
|
||||
elog "About creating: ${HOMEPAGE}/blob/main/doc/mkdwarfs.md"
|
||||
elog "About mounting: ${HOMEPAGE}/blob/main/doc/dwarfs.md"
|
||||
ewarn "If you have both sys-fs/fuse:2 and sys-fs/fuse:3 installed"
|
||||
ewarn "Dwarfs will install /sbin/dwarfs for fuse3 and /sbin/dwarfs2 for fuse2"
|
||||
ewarn "See https://github.com/mhx/dwarfs/issues/32"
|
||||
}
|
||||
Reference in New Issue
Block a user