Commit 13c4ff9
authored
fix: use dpkg-query for libportaudio detection in install.sh (#9)
* fix: use dpkg-query for libportaudio detection in install.sh
ldconfig -p reads a pre-built cache that may be stale after package
install, causing false "not found" warnings. Replace with dpkg-query
as the primary check (authoritative on Debian/Ubuntu), falling back
to ldconfig -p on non-Debian systems.
* chore: bump version 3.2.9 → 3.2.10; update changelog
---------
Co-authored-by: YASoftwareDev <YASoftwareDev@users.noreply.github.com>1 parent 90fe6d2 commit 13c4ff9
3 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments