From 92141a30b8385b429a4c3d29faa3590d2ab67898 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 23 Aug 2025 19:37:39 -0400 Subject: create type for users tmp directories (${HOME}/tmp) --- src/file/homefile/userhomefile/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file/homefile/userhomefile/meson.build') diff --git a/src/file/homefile/userhomefile/meson.build b/src/file/homefile/userhomefile/meson.build index e53e16f..cb1bb68 100644 --- a/src/file/homefile/userhomefile/meson.build +++ b/src/file/homefile/userhomefile/meson.build @@ -1 +1 @@ -modules += files('shellrcfile.cil', 'xdgfile.cil') +modules += files('shellrcfile.cil', 'userhometmpfile.cil', 'xdgfile.cil') -- cgit v1.2.3