diff options
author | Jiuyang Liu | 2022-10-20 18:50:15 +0800 |
---|---|---|
committer | Jiuyang Liu | 2022-10-20 18:50:15 +0800 |
commit | 1a96b6e949a9668bed167354cb3db8d426f4a2e6 (patch) | |
tree | 546dd160a5e340a1bc77c53f442501e91912a962 /PKGBUILD | |
parent | a8ccddb850c8840a7f81191a37fecc9d1e3c1b20 (diff) | |
download | aur-1a96b6e949a9668bed167354cb3db8d426f4a2e6.tar.gz |
fix prepare
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ pkgver() { prepare() { cd "$_pkgname" - git apply $srcdir/fix.patch + git apply $srcdir/3694.patch autoconf } |