]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
Makefile: Install waydroid binary without relative symlink
authorJami Kettunen <jami.kettunen@protonmail.com>
Sun, 18 Sep 2022 21:03:13 +0000 (00:03 +0300)
committerAlessandro Astone <ales.astone@gmail.com>
Sun, 18 Sep 2022 21:26:24 +0000 (23:26 +0200)
commit8dd2256d8513e6165a7993c3e03ed95344959e7b
tree0554b9bf09c90c8109be9a6f4c1af53152c15aa8
parent68ed713ca10e9570ec0dbea72a3ba04a4ca54b4e
Makefile: Install waydroid binary without relative symlink

This drops a build-time dependency on coreutils on Alpine Linux for
example without changing anything functionally.

Before: /usr/bin/waydroid: symbolic link to ../lib/waydroid/waydroid.py
After:  /usr/bin/waydroid: symbolic link to /usr/lib/waydroid/waydroid.py
Makefile