commit:     449dc37ae3fbdefc9bc3453c0b7ba50971f2876b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 14:53:13 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu May  2 14:53:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449dc37a

sys-fs/lvm2: update path for thin-provisioning-tools

The rust-based package installs binaries in /usr/sbin.

Closes: https://bugs.gentoo.org/927402
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-fs/lvm2/{lvm2-2.03.22-r3.ebuild => lvm2-2.03.22-r4.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/lvm2/lvm2-2.03.22-r3.ebuild 
b/sys-fs/lvm2/lvm2-2.03.22-r4.ebuild
similarity index 98%
rename from sys-fs/lvm2/lvm2-2.03.22-r3.ebuild
rename to sys-fs/lvm2/lvm2-2.03.22-r4.ebuild
index 5575480db560..42b6ae927976 100644
--- a/sys-fs/lvm2/lvm2-2.03.22-r3.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.22-r4.ebuild
@@ -135,8 +135,8 @@ src_configure() {
                myeconfargs+=( --with-thin=internal --with-cache=internal )
                local texec
                for texec in check dump repair restore; do
-                       myeconfargs+=( 
--with-thin-${texec}="${EPREFIX}"/sbin/thin_${texec} )
-                       myeconfargs+=( 
--with-cache-${texec}="${EPREFIX}"/sbin/cache_${texec} )
+                       myeconfargs+=( 
--with-thin-${texec}="${EPREFIX}"/usr/sbin/thin_${texec} )
+                       myeconfargs+=( 
--with-cache-${texec}="${EPREFIX}"/usr/sbin/cache_${texec} )
                done
        else
                myeconfargs+=( --with-thin=none --with-cache=none )

Reply via email to