singularity: better info re post-install step (#16311)

The singularity info should actually suggest where you might find the info about the post-install steps.

Co-authored-by: george.hartzell <george.hartzell@sana.com>
This commit is contained in:
George Hartzell 2020-04-27 04:41:04 -07:00 committed by GitHub
parent 0477f829a2
commit 3f54e73025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,10 @@ class Singularity(MakefilePackage):
which has a different install base (Autotools).
Needs post-install chmod/chown steps to enable full functionality.
See package definition or `spack-build-out.txt` build log for details.
See package definition or `spack-build-out.txt` build log for details,
e.g.
tail -15 $(spack location -i singularity)/.spack/spack-build-out.txt
'''
homepage = "https://www.sylabs.io/singularity/"