sys-apps/usbutils: fix UnquotedVariable

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-03-28 17:15:52 +00:00
parent 649a52b2f3
commit 56cfbc03c9

View File

@@ -50,7 +50,7 @@ src_install() {
if use usbreset ; then
# https://github.com/gregkh/usbutils/issues/214
dobin ${BUILD_DIR}/usbreset
dobin "${BUILD_DIR}"/usbreset
doman man/usbreset.1
fi