diff options
Diffstat (limited to 'games/citra/citra.SlackBuild')
-rw-r--r-- | games/citra/citra.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/citra/citra.SlackBuild b/games/citra/citra.SlackBuild index 29a667fc38a01..c71a146de0446 100644 --- a/games/citra/citra.SlackBuild +++ b/games/citra/citra.SlackBuild @@ -95,9 +95,9 @@ rm -rf $SRCNAM-$PRGVER tar xvf $CWD/$SRCNAM-$PRGVER.tar.?z # citra has quite a few external dependencies, we need to extract them to the correct location. -tar xvf $CWD/boost-$BOOST.tar.gz -C \ +tar xvf $CWD/ext-boost-$BOOST.tar.gz -C \ $DEPS/boost --strip-components 1 -tar xvf $CWD/catch-$CATCH.tar.gz -C \ +tar xvf $CWD/Catch2-$CATCH.tar.gz -C \ $DEPS/catch2 --strip-components 1 tar xvf $CWD/cpp-jwt-$CPPJWT.tar.gz -C \ $DEPS/cpp-jwt --strip-components 1 @@ -115,11 +115,11 @@ tar xvf $CWD/enet-$ENET.tar.gz -C \ $DEPS/enet --strip-components 1 tar xvf $CWD/ext-soundtouch-$EXTSOUNDTOUCH.tar.gz -C \ $DEPS/soundtouch --strip-components 1 -tar xvf $CWD/fmtlib-$FMTLIB.tar.gz -C \ +tar xvf $CWD/fmt-$FMTLIB.tar.gz -C \ $DEPS/fmt --strip-components 1 tar xvf $CWD/inih-$INIH.tar.gz -C \ $DEPS/inih/inih --strip-components 1 -tar xvf $CWD/libressl-portable-$LIBRESSL.tar.gz -C \ +tar xvf $CWD/ext-libressl-portable-$LIBRESSL.tar.gz -C \ $DEPS/libressl --strip-components 1 tar xvf $CWD/libusb-$LIBUSB.tar.gz -C \ $DEPS/libusb/libusb --strip-components 1 @@ -163,7 +163,7 @@ echo "gitdir: ../../.git/modules/teakra" > $DEPS/teakra/.git echo "gitdir: ../../.git/modules/xbyak" > $DEPS/xbyak/.git echo "gitdir: ../../.git/modules/zstd" > $DEPS/zstd/.git -cd $PRGNAM-nightly-nightly-$PRGVER +cd $SRCNAM-$PRGVER chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |