another_world: fix binary location on x86

This commit is contained in:
Jérôme Duval
2023-11-19 19:45:04 +01:00
committed by GitHub
parent a03b44273c
commit 141d66846d

View File

@@ -10,7 +10,7 @@ Put the DOS version of 'BANK*' and 'MEMLIST.BIN' in ~/config/non-packaged/data/a
HOMEPAGE="https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter"
COPYRIGHT="2011-2020 Fabien Sanglard"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="4"
srcGitRev="dea6914a82f493cb329188bcffa46b9d0b234ea6"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.zip"
CHECKSUM_SHA256="f75d33acc822de4a33bce5fc8781839c8e66f2a62720a1290f3968f8c12e0439"
@@ -52,8 +52,8 @@ BUILD()
INSTALL()
{
mkdir -p $binDir $appsDir
cp build/raw $binDir/neo-raw
mkdir -p $prefix/bin $appsDir
cp build/raw $prefix/bin/neo-raw
cp $portDir/additional-files/another_world.sh "$appsDir/Another World"
chmod +x "$appsDir/Another World"
addattr -t icon -f $portDir/additional-files/another_world.hvif \