linux-surface / iptsd

Userspace daemon for Intel Precise Touch & Stylus
GNU General Public License v2.0
86 stars 39 forks source link

fix: avoid unexpected failure in `override_dh_auto_install` #131

Closed iamhyc closed 1 year ago

iamhyc commented 1 year ago

find ... should always return at most one result located at the top-level of current folder.

The current behavior may encounter with multiple returns, and cause wrong usage of meson install -C <WD>.

StollD commented 1 year ago

Thank you!