diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2021-02-13 08:14:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 08:14:38 -0800 |
commit | 851490bd5424f327edbde44d6d78a9cfe867df9a (patch) | |
tree | e0a5bbfe730626d65985ca64013904132995f658 /lib | |
parent | 871fdc12b66ef473d879d109b72738c21d7638ec (diff) | |
download | spack-851490bd5424f327edbde44d6d78a9cfe867df9a.tar.gz spack-851490bd5424f327edbde44d6d78a9cfe867df9a.tar.bz2 spack-851490bd5424f327edbde44d6d78a9cfe867df9a.tar.xz spack-851490bd5424f327edbde44d6d78a9cfe867df9a.zip |
Correct the reference to the staged examples files (#21557)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/packaging_guide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst index 321d636b8f..fa85097021 100644 --- a/lib/spack/docs/packaging_guide.rst +++ b/lib/spack/docs/packaging_guide.rst @@ -4123,9 +4123,9 @@ are copied **after** the package is installed during the build process. The method copies files to the package's metadata directory under the ``self.install_test_root``. All files in the package source's ``tests`` directory for the example above will be copied to the -``join_path(self.install_test_root, 'tests')`` directory. The files -will be copied to the ``join_path(self.install_test_root, 'examples')`` -directory. +``join_path(self.install_test_root, 'tests')`` directory. The two +files listed under the staged ``examples`` directory will be copied +to the ``join_path(self.install_test_root, 'examples')`` directory. .. note:: |