summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/stage.py2
-rw-r--r--lib/spack/spack/test/stage.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/spack/stage.py b/lib/spack/spack/stage.py
index 9ecc148ad8..34d19860fa 100644
--- a/lib/spack/spack/stage.py
+++ b/lib/spack/spack/stage.py
@@ -28,7 +28,7 @@ import spack.util.pattern as pattern
from spack.util.path import canonicalize_path
from spack.util.crypto import prefix_bits, bit_length
-_source_path_subdir = 'src'
+_source_path_subdir = 'spack-src'
_stage_prefix = 'spack-stage-'
diff --git a/lib/spack/spack/test/stage.py b/lib/spack/spack/test/stage.py
index 2862abc1d3..ba0249f6eb 100644
--- a/lib/spack/spack/test/stage.py
+++ b/lib/spack/spack/test/stage.py
@@ -48,7 +48,7 @@ _include_extra = 3
# to have the following structure:
#
# TMPDIR/ temp stage dir
-# src/ well-known stage source directory
+# spack-src/ well-known stage source directory
# _readme_fn Optional test_readme (contains _readme_contents)
# _hidden_fn Optional hidden file (contains _hidden_contents)
# _archive_fn archive_url = file:///path/to/_archive_fn
@@ -56,7 +56,7 @@ _include_extra = 3
# while exploding tarball directories are expected to be structured as follows:
#
# TMPDIR/ temp stage dir
-# src/ well-known stage source directory
+# spack-src/ well-known stage source directory
# archive_name/ archive dir
# _readme_fn test_readme (contains _readme_contents)
# _extra_fn test_extra file (contains _extra_contents)