diff options
| author | Michael Forney <mforney@mforney.org> | 2020-05-25 21:01:32 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-05-25 21:11:21 -0700 |
| commit | f0fb0e517737860133352382ec082e4690be9b3a (patch) | |
| tree | 8a3cfc3b9cc4dc468b2531b8d99d50749b3f053e /config.def.lua | |
| parent | cdf748ea39cb023b364240569a57ad5bc3e00171 (diff) | |
Start to support configurable prefix
Diffstat (limited to 'config.def.lua')
| -rw-r--r-- | config.def.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.lua b/config.def.lua index 88f77f0c..cb3cb3c2 100644 --- a/config.def.lua +++ b/config.def.lua @@ -4,6 +4,9 @@ return { -- build output directory builddir='out', + -- install prefix + prefix='', + -- package/file selection fs={ -- Each entry contains a list of packages, a list of patterns to |
