summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMCJack1232020-04-27 00:56:02 -0400
committerMCJack1232020-04-27 00:56:02 -0400
commite666c2a50fe086c74ffcbaabad10fa5a3c42a2eb (patch)
treefab16c100b56435426fd8845bd1940ba169982eb
parentf2b27805c098ccc3461949dfe75dfe30cc184c8e (diff)
downloadaur-e666c2a50fe086c74ffcbaabad10fa5a3c42a2eb.tar.gz
v2.3
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66397c4ab017..aaf54154a4e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,8 +27,9 @@ sha256sums=('bec66b4d952b0656118785b95049570c7eb044b5735d6345364d450d32cecc91',
validpgpkeys=()
prepare() {
- cd craftos2-rom
+ cd "craftos2-rom-$pkgver"
patch -p1 < ../expect-fix.diff
+ cd ..
}
build() {