diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-05-24 20:57:38 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-05-24 20:57:38 -0400 |
| commit | 05dc45a8c8992e35f8ff608d2f3d86e3f6e900f8 (patch) | |
| tree | 0c3083239eee8e34bf3478ec09a43b9918713765 /Makefile | |
| parent | c5983b06a787f7c0c42c718336574dca030bc312 (diff) | |
| download | osk0-wvkbd-wrapper-05dc45a8c8992e35f8ff608d2f3d86e3f6e900f8.tar.gz | |
minor fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 85aa6c1..a0a3d43 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ install: dbus_request_name - cp dbus_request_name /usr/bin/ - cp osk0-wvkbd-wrapper.sh /usr/bin/ cp osk0-wvkbd-wrapper.desktop /usr/share/applications/ + cp osk0-wvkbd-wrapper.sh /usr/bin/ + cp dbus_request_name /usr/bin/ link: test -L /etc/alternatives/Phosh-OSK && ln -fs /usr/share/applications/osk0-wvkbd-wrapper.desktop /etc/alternatives/Phosh-OSK |
