Fix patch location
This commit is contained in:
parent
acbe9b5bfe
commit
f5e6666eed
2
PKGBUILD
2
PKGBUILD
@ -25,7 +25,7 @@ sha256sums=('869bbcd6f413152be15ed82ac39593e9ad895346e79a8c01e2b620375f28b326'
|
|||||||
prepare() {
|
prepare() {
|
||||||
# patching
|
# patching
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
patch --strip=2 < ../../meson_build.patch
|
patch --strip=2 < ../meson_build.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user