diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-22 07:33:06 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-22 07:33:06 +0000 |
| commit | a18b7108f1648dc69e06bb21e84ec48a2dd60f60 (patch) | |
| tree | 1693a64a18913d751b0e9a23609218bf0d24f01c /src/vars.c | |
| parent | 7cde9aeb5dccce578c1eed13cf1ed2c61e446800 (diff) | |
command line args are much nicer, and versions are properly disciplined1.0.0
Diffstat (limited to 'src/vars.c')
| -rw-r--r-- | src/vars.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ bool is_forced = false; bool config_exists = false; char home_dir[MAX_PATH_LEN] = {0}; +char prefix_dir[MAX_PATH_LEN] = {0}; char root_config[MAX_PATH_LEN] = "/etc/pkgit/init.lua"; bool is_root_config = false; |
