diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-04 05:27:09 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-04 05:27:09 +0000 |
| commit | 6a386ee203c609894dc6e6e97bf6d5c651ab3e37 (patch) | |
| tree | 72bdfc2a50c71d862ceea449a9f6260cfd7dc4ff /src/globs.c | |
| parent | 0b53842c93697913704303ed1967150705359f35 (diff) | |
lua checkpoint!
Diffstat (limited to 'src/globs.c')
| -rw-r--r-- | src/globs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/globs.c b/src/globs.c index 860bafb..cdb9df8 100644 --- a/src/globs.c +++ b/src/globs.c @@ -24,7 +24,7 @@ #include "files.h" #include "log.h" -#include "lua_vars.h" +#include "pkgit_lua.h" #include "str.h" install_dirs_t inst_dirs = {0}; @@ -48,6 +48,7 @@ void init_vars(void) { cfg.repos = str_format("%.*s/repos.lua", str_fmt(&cfg.dir)); init_install_directories(); + init_prefix_directory(); } void free_vars(void) { |
