rmst / yoke

Turns your Android device into a customizable gamepad for Windows/Mac/Linux
MIT License
215 stars 24 forks source link

wrong path to udev rules in yoke-enable-uinput ? #6

Closed MarkMura closed 6 years ago

MarkMura commented 6 years ago

https://github.com/rmst/yoke/blob/4df87a3af6d76aa57dbd58281a9ce76fa83fd5fd/bin/yoke-enable-uinput#L14

at least in my setup (ubuntu xenial, pip3) the script was installed to ~/.local/bin, so that was where $SCRIPTDIR was pointing. But the rules are not in the bin directory, so it seems a "../" is missing.

MarkMura commented 6 years ago

ok, it works when I just clone the repo and run it from there. But the pip3 install puts the files god knows where

rmst commented 6 years ago

You are right, thanks! I changed the script and it should work now. Please reopen if there are still problems!