mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
Co-authored-by: Rane <rane+git@junkyard.systems> Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
17 lines
387 B
Diff
17 lines
387 B
Diff
diff --git a/oxenstored/configure.ml b/oxenstored/configure.ml
|
|
index 0b56e90..18069a6 100644
|
|
--- a/oxenstored/configure.ml
|
|
+++ b/oxenstored/configure.ml
|
|
@@ -4,9 +4,9 @@
|
|
|
|
let xen_log_dir = ref "/var/log/xen/"
|
|
|
|
-let xen_config_dir = ref "/etc/xen"
|
|
+let xen_config_dir = ref "@xen@/etc/xen"
|
|
|
|
-let libexec = ref "/usr/local/lib/xen"
|
|
+let libexec = ref "@xen@/libexec/xen"
|
|
|
|
let args =
|
|
[
|