Fix STK patch path

This commit is contained in:
DeathByDenim 2023-09-16 17:05:33 -04:00
parent a4bc499cbc
commit a45c619534
Signed by: DeathByDenim
GPG Key ID: 89185F675E0AB7D5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ fi
mkdir -p "$builddir"
curl --location "https://github.com/supertuxkart/stk-code/archive/refs/tags/${stk_version}.tar.gz" | tar --extract --gz --no-same-owner --directory=$builddir
svn co https://svn.code.sf.net/p/supertuxkart/code/stk-assets ${builddir}/stk-assets
patch -p1 < ~jarno/stkranking.patch
patch -p1 -d "$builddir"/stk-code-${stk_version}/ < "$(dirname $0)"/../configs/stkranking.patch
mkdir -p "$builddir"/build
cd "$builddir"/build
cmake ../stk-code-${stk_version}/ -DCMAKE_INSTALL_PREFIX=/opt/SuperTuxKart-${stk_version}/ -DSERVER_ONLY=On