mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/usbutils: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user