summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorivanp72023-09-23 07:45:27 +0300
committerivanp72023-09-23 07:45:27 +0300
commit9a2b409009b0c6d880a4906fbb4060e7eb464586 (patch)
treee5d50423e13d99740a603649097ec2ca91b73795
parent645a548b25b25219ca267a8d50f8e8270462ef92 (diff)
downloadaur-9a2b409009b0c6d880a4906fbb4060e7eb464586.tar.gz
fix(PKGBUILD): add proposed fix for the tic issue
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e37eb1f08c08..93a54ab5820d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,9 @@ prepare() {
autoreconf -fvi
./configure --prefix=/usr
+
+ # workaround for tic writing outside of the builddir
+ sed -i '/^SUBDIRS =/ s/terminfo//' Makefile
}
build() {