mirror of
https://github.com/Maks1mS/rg552-fancontrol-phosh-plugin.git
synced 2025-04-02 07:33:45 +03:00
Compare commits
2 Commits
2d5195957d
...
5d1c9ad40a
Author | SHA1 | Date | |
---|---|---|---|
5d1c9ad40a | |||
caaf453c80 |
@ -1 +0,0 @@
|
||||
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" | head -n 1)
|
||||
pc_file=$(find "/usr/lib64/pkgconfig" -maxdepth 1 -type f -name "libphosh-*.pc" -print -quit)
|
||||
|
||||
if [ -z "$pc_file" ]; then
|
||||
echo "File libphosh-*.pc not found."
|
||||
|
Loading…
Reference in New Issue
Block a user