From 851490bd5424f327edbde44d6d78a9cfe867df9a Mon Sep 17 00:00:00 2001 From: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Date: Sat, 13 Feb 2021 08:14:38 -0800 Subject: Correct the reference to the staged examples files (#21557) --- lib/spack/docs/packaging_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') 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:: -- cgit v1.2.3-60-g2f50