Files
nixpkgs/pkgs/by-name/md/mdevctl/script-dir.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
380 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/src/environment.rs b/src/environment.rs
index 3db5933..f6da56c 100644
--- a/src/environment.rs
+++ b/src/environment.rs
@@ -35,7 +35,7 @@ pub trait Environment {
}
fn scripts_base(&self) -> PathBuf {
- self.root().join("usr/lib/mdevctl/scripts.d")
+ self.root().join("etc/mdevctl/scripts.d")
}
fn callout_dir(&self) -> PathBuf {