diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 14:15:19 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 14:15:19 +0100 |
commit | 7bcd5d95b9675b5f3fd9d710fb1389df5817d0f0 (patch) | |
tree | 63b41d5133115026c882a7eb422087c229f962ba /presets | |
parent | 8369f50018f796bb1da957b4404c01580102f2fb (diff) |
cmake: respect DESTDIR for preset directory
Based on a patch by @dlpierce
Fixes #1603
Diffstat (limited to 'presets')
-rw-r--r-- | presets/README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/presets/README.txt b/presets/README.txt new file mode 100644 index 00000000..a89793f8 --- /dev/null +++ b/presets/README.txt @@ -0,0 +1,12 @@ +Here you can add presets as .ini files in order to get them copied for +the end-user as profiles. + +Additionally, a preset called 'default.ini' will be sourced into each +profile the user creates. + +This functionality exists for hardware vendors who create their custom +distributions of opentrack. + +The user can delete the profiles in his 'Documents/opentrack-2.3' +directory. The presets won't be copied again unless their modification +time changes inside the opentrack's distribution. |