]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
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)
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


No differences found