diff options
Diffstat (limited to 'src/file/runfile/userrunfile.cil')
-rw-r--r-- | src/file/runfile/userrunfile.cil | 8 |
1 files 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 |