mirror of
https://github.com/Maks1mS/rg552-fancontrol-phosh-plugin.git
synced 2025-04-12 04:13:45 +03:00
Compare commits
No commits in common. "5d1c9ad40a8aa06df865c6ac4730132c7e404b24" and "2d5195957df905ed4efc15a5e8044f330e2b2ad6" have entirely different histories.
5d1c9ad40a
...
2d5195957d
1
meson_options.txt
Normal file
1
meson_options.txt
Normal file
@ -0,0 +1 @@
|
||||
option('libphosh_version', type: 'string', value: '', description: 'Custom version of libphosh to use (default: 0.44)')
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
pc_file=$(find "/usr/lib64/pkgconfig" -maxdepth 1 -type f -name "libphosh-*.pc" -print -quit)
|
||||
pc_file=$(find "/usr/lib64/pkgconfig" -maxdepth 1 -type f -name "libphosh-*.pc" | head -n 1)
|
||||
|
||||
if [ -z "$pc_file" ]; then
|
||||
echo "File libphosh-*.pc not found."
|
||||
|
Loading…
Reference in New Issue
Block a user