Fix error
This commit is contained in:
parent
ab0ca4e45a
commit
155790103b
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -25,7 +25,7 @@ sha256sums=('SKIP'
|
|||
|
||||
prepare() {
|
||||
cd "$srcdir/yuzu-windows-msvc-early-access" || exit
|
||||
tar -xvf -- *.tar.xz
|
||||
tar -xvf ./*.tar.xz
|
||||
cd "$(find ./ -name "*.tar.xz" | sed -e 's/.tar.xz//')" || exit
|
||||
cp -R .git* "$srcdir/pineapple-src-EA-${pkgver}/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue