From f03b4d758fd915f94ef36f54974d3546f56b653b Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 25 Dec 2022 20:38:30 +0300 Subject: [PATCH] f --- discord/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/lure.sh b/discord/lure.sh index 3306d9f..0d62a9b 100644 --- a/discord/lure.sh +++ b/discord/lure.sh @@ -18,7 +18,7 @@ sed -i "s|Exec=.*|Exec=/usr/bin/$_pkgname|" Discord/discord.desktop } package() { -install -Dm755 "${srcdir}/Discord/Discord" "${pkgdir}/opt/discord" +install -Dm755 "${srcdir}/Discord/Discord" "${pkgdir}/opt/discord/discord" cd "${srcdir}/Discord" install -dm0755 "${pkgdir}/opt/discord/" find . -type d -exec install -d {,"${pkgdir}/opt/discord/"}{} \;