From 6b55b4114f36403e3054091444f1a154d3cf6386 Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 28 Aug 2025 02:40:22 -0400 Subject: inherit more macro templates that make since for users runtime files --- src/file/runfile/userrunfile.cil | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/file/runfile/userrunfile.cil b/src/file/runfile/userrunfile.cil index c169039..9bb0a3f 100644 --- a/src/file/runfile/userrunfile.cil +++ b/src/file/runfile/userrunfile.cil @@ -16,9 +16,11 @@ (block template (blockabstract template) (blockinherit .file.user.run.base_template) - (blockinherit .file.macro_template_files) - (blockinherit .file.macro_template_dirs) - (blockinherit .file.macro_template_sock_files)))) + (blockinherit .file.macro_template_dirs) + (blockinherit .file.macro_template_fifo_files) + (blockinherit .file.macro_template_files) + (blockinherit .file.macro_template_lnk_files) + (blockinherit .file.macro_template_sock_files)))) (in user (block run -- cgit v1.2.3