Commit 0acc079
fix(build): fix spec file paths and Windows CRLF in VERSION
- OmniDB-lin.spec was nested in OmniDB/OmniDB/ instead of OmniDB/
- omnidb-win.spec had wrong casing (OmniDB-win.spec expected by Makefile)
- VERSION read with tr -d '\n' left \r on Windows CRLF checkouts,
breaking sed commands; changed to tr -d '\r\n'
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f592a12 commit 0acc079
3 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments