diff options
author | Rahil Bhimjiani <me@rahil.rocks> | 2024-03-02 17:13:22 +0530 |
---|---|---|
committer | Rahil Bhimjiani <me@rahil.rocks> | 2024-03-02 17:13:22 +0530 |
commit | 58db96417a265556ad38bd9c34434b9f1e6f5ba4 (patch) | |
tree | f194bbb5937c3a532a2efc0f9763f2e10e9d4e5c /net-dns/AdGuardHome | |
parent | dev-ml/*: add myself as maintainer to some necessary dependencies (diff) | |
download | guru-58db96417a265556ad38bd9c34434b9f1e6f5ba4.tar.gz guru-58db96417a265556ad38bd9c34434b9f1e6f5ba4.tar.bz2 guru-58db96417a265556ad38bd9c34434b9f1e6f5ba4.zip |
net-dns/AdGuardHome: provide binary in lower case as well by symlink
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Diffstat (limited to 'net-dns/AdGuardHome')
-rw-r--r-- | net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild b/net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild index f1d209638..9d30c74d4 100644 --- a/net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild +++ b/net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild @@ -113,6 +113,8 @@ src_test() { src_install() { dobin "${PN}" + dosym -r /usr/bin/"${PN}" /usr/bin/adguardhome + einstalldocs systemd_newunit "${FILESDIR}"/AdGuardHome-0.107.43.service "${PN}".service |