From 4f568ed168bce11ceb8442248916da315f78d637 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 14 Sep 2020 18:01:17 +0200 Subject: [PATCH] scummvm, no appdata anymore to be removed (#5282) --- games-engines/scummvm/scummvm-2.2.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-engines/scummvm/scummvm-2.2.0.recipe b/games-engines/scummvm/scummvm-2.2.0.recipe index 95308f5eb..980afd3ae 100644 --- a/games-engines/scummvm/scummvm-2.2.0.recipe +++ b/games-engines/scummvm/scummvm-2.2.0.recipe @@ -7,7 +7,7 @@ were never designed!" HOMEPAGE="https://www.scummvm.org/" COPYRIGHT="2001-2020 ScummVM Team" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz" CHECKSUM_SHA256="6ec5bd63b73861c10ca9869f27a74989a9ad6013bad30a1ef70de6ec146c2cb5" ADDITIONAL_FILES="scummvm.rdef.in @@ -104,7 +104,7 @@ INSTALL() mv $appsDir/scummvm $appsDir/ScummVM #we are not linux - rm -r $dataDir/{applications,appdata,icons,pixmaps} + rm -r $dataDir/{applications,icons,pixmaps} local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`"