diff --git a/games-fps/yamagi-quake2/yamagi_quake2-7.30.recipe b/games-fps/yamagi-quake2/yamagi_quake2-7.30.recipe index a05380d8a..cba4b1359 100644 --- a/games-fps/yamagi-quake2/yamagi_quake2-7.30.recipe +++ b/games-fps/yamagi-quake2/yamagi_quake2-7.30.recipe @@ -28,7 +28,7 @@ code is fully 64 bit clean and highly portable." HOMEPAGE="https://www.yamagi.org/quake2/" COPYRIGHT="OpenArena Team" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://deponie.yamagi.org/quake2/quake2-$portVersion.tar.xz" CHECKSUM_SHA256="f27b6d110c25feee18bbe9b414a143b52848327141b22349d7c4ef1fa46a7bbf" SOURCE_DIR="quake2-$portVersion" @@ -80,10 +80,11 @@ BUILD() INSTALL() { cd build/release - mkdir -p $appsDir/Quake2 + mkdir -p $appsDir/Quake2/baseq2 cp quake2 $appsDir/Quake2/Quake2 cp q2ded $appsDir/Quake2/Quake2_dedicated cp *.so $appsDir/Quake2/ + cp baseq2/game.so $appsDir/Quake2/baseq2/ local APP_SIGNATURE="application/x-vnd.yamagi_quake2" local MAJOR="`echo "$portVersion" | cut -d. -f1`"