From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73008158020 for ; Fri, 28 Oct 2022 20:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FBEBE089C; Fri, 28 Oct 2022 20:19:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DE35E089C for ; Fri, 28 Oct 2022 20:19:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4C51341197 for ; Fri, 28 Oct 2022 20:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B39C629 for ; Fri, 28 Oct 2022 20:19:22 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1666988342.09da70219d5baba54f0e5b080e909cf7c67da0de.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-server/bedrock-server/bedrock-server-1.19.40.02.ebuild X-VCS-Directories: games-server/bedrock-server/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 09da70219d5baba54f0e5b080e909cf7c67da0de X-VCS-Branch: master Date: Fri, 28 Oct 2022 20:19:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cc3389e-008d-4fe2-9045-79692fab8c54 X-Archives-Hash: 18b73771e0a0747a41a5645a83b0334c commit: 09da70219d5baba54f0e5b080e909cf7c67da0de Author: Conrad Kostecki gentoo org> AuthorDate: Fri Oct 28 20:18:27 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Oct 28 20:19:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09da7021 games-server/bedrock-server: fix install Closes: https://bugs.gentoo.org/878567 Signed-off-by: Conrad Kostecki gentoo.org> games-server/bedrock-server/bedrock-server-1.19.40.02.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-server/bedrock-server/bedrock-server-1.19.40.02.ebuild b/games-server/bedrock-server/bedrock-server-1.19.40.02.ebuild index 16dd14a8e660..d9652070e3a9 100644 --- a/games-server/bedrock-server/bedrock-server-1.19.40.02.ebuild +++ b/games-server/bedrock-server/bedrock-server-1.19.40.02.ebuild @@ -41,7 +41,7 @@ src_install() { insinto /opt/bedrock-server doins {allowlist,permissions}.json server.properties - doins -r {behavior,resource}_packs definitions structures + doins -r {behavior,resource}_packs definitions dodir /opt/bin dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server