diff options
| author | Jon duSaint | 2023-07-04 17:41:43 -0700 |
|---|---|---|
| committer | Jon duSaint | 2023-07-04 17:41:43 -0700 |
| commit | 8cceff0179daffd6a5a7502b00d1176fb17a59e2 (patch) | |
| tree | 6a8c548d39a400d611d9f23074b479a8d8c0a7ba /weewx/setup.cfg | |
| parent | e5b30233366fa793d138ff580c9037691c11f318 (diff) | |
weewx: setup scripts and patches
Make installation on OpenBSD easier.
Diffstat (limited to 'weewx/setup.cfg')
| -rw-r--r-- | weewx/setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weewx/setup.cfg b/weewx/setup.cfg new file mode 100644 index 0000000..2344cbe --- /dev/null +++ b/weewx/setup.cfg @@ -0,0 +1,5 @@ +[install] +prefix = /var/www +install_scripts = /usr/local/bin +install_lib = /usr/local/bin +install_data = %(prefix)s/weewx |
