commit: 4481bb358ca845b914b3d6fdd9ea16ef1ad46ecb Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org> AuthorDate: Thu Aug 1 19:19:23 2024 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Thu Aug 1 19:20:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4481bb35
net-im/discord: Fix launcher script Closes: https://bugs.gentoo.org/935791 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> net-im/discord/{discord-0.0.62.ebuild => discord-0.0.62-r1.ebuild} | 0 net-im/discord/files/launcher.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/discord/discord-0.0.62.ebuild b/net-im/discord/discord-0.0.62-r1.ebuild similarity index 100% rename from net-im/discord/discord-0.0.62.ebuild rename to net-im/discord/discord-0.0.62-r1.ebuild diff --git a/net-im/discord/files/launcher.sh b/net-im/discord/files/launcher.sh index 2afc0caa50fd..31c2cc3bf2ca 100644 --- a/net-im/discord/files/launcher.sh +++ b/net-im/discord/files/launcher.sh @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/usr/bin/env bash # coding: UTF-8
