gnu: opensm: Use the right version string for the doc directory. Previously, when built with ‘--with-latest=opensm’, the package would install its documentation under a directory with the wrong version string. * gnu/packages/fabric-management.scm (opensm)[arguments]: Use the name and version of THIS-PACKAGE.
1 files changed, 3 insertions(+), 3 deletions(-) M gnu/packages/fabric-management.scm
M gnu/packages/fabric-management.scm => gnu/packages/fabric-management.scm +3 -3
@@ 73,11 73,11 @@ (lambda* (#:key outputs #:allow-other-keys) (let* ((base (assoc-ref outputs "out")) (doc (string-append base "/share/doc/" ,name "-" ,version))) ,(package-name this-package) "-" ,(package-version this-package)))) (for-each (lambda (file) (install-file file doc)) (find-files "doc")) #t)))))) (find-files "doc")))))))) (home-page "https://www.openfabrics.org/") (synopsis "OpenIB InfiniBand Subnet Manager and management utilities") (description "\