mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/nvidia-cuda-toolkit: fix CI warning
Removing trailing slash causes a CI warning, as it's not necessary. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
This commit is contained in:
@@ -203,7 +203,7 @@ src_install() {
|
||||
}
|
||||
|
||||
pkg_postinst_check() {
|
||||
local a="$(${EROOT%/}/opt/cuda/bin/cuda-config -s)"
|
||||
local a="$(${EROOT}/opt/cuda/bin/cuda-config -s)"
|
||||
local b="0.0"
|
||||
local v
|
||||
for v in ${a}; do
|
||||
|
||||
Reference in New Issue
Block a user