summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {