summaryrefslogtreecommitdiffstats
path: root/src/runner/runc/spec.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-19 17:47:07 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-19 19:10:04 +0200
commit754c900b663233cb10ecf52a92bc832794599640 (patch)
tree1632343c77c95a23bcfd6574305dcd380415db06 /src/runner/runc/spec.rs
parent8f6a678b9317696238dee75c2e9e480034bd7fe1 (diff)
downloadrebel-754c900b663233cb10ecf52a92bc832794599640.tar
rebel-754c900b663233cb10ecf52a92bc832794599640.zip
Rename "target depends" to "depends"
Internally, the name "host depends" is used to match GNU build/host/target terms.
Diffstat (limited to 'src/runner/runc/spec.rs')
-rw-r--r--src/runner/runc/spec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runner/runc/spec.rs b/src/runner/runc/spec.rs
index 051efc4..aa1d7d6 100644
--- a/src/runner/runc/spec.rs
+++ b/src/runner/runc/spec.rs
@@ -42,7 +42,7 @@ pub fn generate_spec(command: &str, env: &HashMap<String, String>) -> runtime::S
{
"destination": paths::abs(paths::SYSROOT_PREFIX),
"type": "none",
- "source": paths::TASK_TMP_TARGET_DEPENDS_SUBDIR,
+ "source": paths::TASK_TMP_HOST_DEPENDS_SUBDIR,
"options": [
"bind",
"ro"