Skip to content

Commit

Permalink
Merge branch 'herrie/sensord' into 'master'
Browse files Browse the repository at this point in the history
[PATCH] sensord-daemon-conf-setup: improve check for libhybrissensorfw

See merge request !21
  • Loading branch information
spiiroin committed Feb 23, 2018
2 parents 69615f6 + bd5fc0f commit 283ccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sensord-daemon-conf-setup
Expand Up @@ -6,7 +6,7 @@

cd /etc/sensorfw/
if [ -x /usr/sbin/sensorfwd ]; then
if [ -f /usr/lib/libhybrissensorfw*.so ]; then
if ldconfig -p | grep libhybrissensorfw ; then
# Always prefer hybris sensor backend to anything else (also overwrite
# old setting, as sometimes the boardname matches, e.g. on grouper)
if [ "$(readlink primaryuse.conf)" != sensord-hybris.conf ]; then
Expand Down

0 comments on commit 283ccdd

Please sign in to comment.