From a71b9c81db0c115b95856f5416bc1828f6464a4e Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Thu, 17 Jan 2019 18:12:57 +0300 Subject: [PATCH] SuperTux: fix deskbar link --- games-arcade/supertux/supertux-0.6.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/supertux/supertux-0.6.0.recipe b/games-arcade/supertux/supertux-0.6.0.recipe index 4c7d5ef40..862c183e4 100644 --- a/games-arcade/supertux/supertux-0.6.0.recipe +++ b/games-arcade/supertux/supertux-0.6.0.recipe @@ -4,7 +4,7 @@ similar to the original Super Mario games." HOMEPAGE="https://supertux.lethargik.org/" COPYRIGHT="2003-2018 SuperTux Devel Team" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/SuperTux/supertux/releases/download/v$portVersion/SuperTux-v$portVersion-Source.tar.gz" SOURCE_DIR="SuperTux-v$portVersion-Source" CHECKSUM_SHA256="c4c3e5fa6f90e87b8c5ad6b22a179e9a9839bf997e7f219e22bbcd1c97223ac0" @@ -84,5 +84,5 @@ INSTALL() cd build make install mv $appsDir/SuperTux/supertux2 $appsDir/SuperTux/SuperTux - addAppDeskbarSymlink $binDir/SuperTux/SuperTux + addAppDeskbarSymlink $appsDir/SuperTux/SuperTux }