mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
another_world: fix binary location on x86
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user