From f1de7727ee467370203996a3995bcfb2d93339a8 Mon Sep 17 00:00:00 2001 From: konfuzhon Date: Sat, 6 Jun 2026 08:51:05 -0400 Subject: [PATCH] Standardized package name with binary name to fix symlink --- srcpkgs/discord/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template index 96ec96317fb49e..9aa31045581cf1 100644 --- a/srcpkgs/discord/template +++ b/srcpkgs/discord/template @@ -33,7 +33,7 @@ do_install() { vcopy "${item}" "${package_location}" done vmkdir usr/bin - ln -sfr $DESTDIR/${package_location}/Discord $DESTDIR/usr/bin/Discord + ln -sfr $DESTDIR/${package_location}/discord $DESTDIR/usr/bin/discord } post_install() {