From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1474321-garchives=archives.gentoo.org@lists.gentoo.org>
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 56541158010
	for <garchives@archives.gentoo.org>; Thu,  5 Jan 2023 15:03:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0AB2AE07E1;
	Thu,  5 Jan 2023 15:03:51 +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 E1219E07E1
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2023 15:03:50 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 82BDC340C02
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2023 15:03:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DCBB57FF
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2023 15:03:47 +0000 (UTC)
From: "Duje Mihanović" <duje.mihanovic@skole.hr>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Duje Mihanović" <duje.mihanovic@skole.hr>
Message-ID: <1672929998.244aa1aa86c7dbafd1183d999698b45f83ef7011.duje.mihanovic@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/assaultcube/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: games-fps/assaultcube/assaultcube-1.3.0.2.ebuild
X-VCS-Directories: games-fps/assaultcube/
X-VCS-Committer: duje.mihanovic
X-VCS-Committer-Name: Duje Mihanović
X-VCS-Revision: 244aa1aa86c7dbafd1183d999698b45f83ef7011
X-VCS-Branch: dev
Date: Thu,  5 Jan 2023 15:03:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6db7c890-2c04-44ae-9e14-76172f789fb9
X-Archives-Hash: 7636f2c51a73124e4b7535226ac279f7

commit:     244aa1aa86c7dbafd1183d999698b45f83ef7011
Author:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Thu Jan  5 14:46:38 2023 +0000
Commit:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Thu Jan  5 14:46:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=244aa1aa

games-fps/assaultcube: create relative symlink

This is done to stop pkgcheck from complaining about an absolute
symlink.

Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>

 games-fps/assaultcube/assaultcube-1.3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild b/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild
index 1ea47bda7..344f501e7 100644
--- a/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild
+++ b/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild
@@ -72,7 +72,7 @@ src_install() {
 				Game \
 				"Keywords=assaultcube;game;fps;\nMimeType=x-scheme-handler/assaultcube"
 
-	dosym "${EPREFIX}/usr/share/assaultcube/assaultcube.sh" usr/bin/assaultcube
+	dosym -r "${EPREFIX}/usr/share/assaultcube/assaultcube.sh" "${EPREFIX}/usr/bin/assaultcube"
 }
 
 pkg_postinst() {