summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-03-20 09:45:50 +0000
committerhaawda2020-03-20 09:45:50 +0000
commit94c46ee3d613ef330418dfeea03394de56d90194 (patch)
tree97895c87f31589e5b613b297e8815684cf037d63 /PKGBUILD
parentf618f7d1bc5f6c0c2ec27cee17a8a773d869dba7 (diff)
downloadaur-auctex-git.tar.gz
hard code destination path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 438e1434b463..e717ec21ae16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=auctex-git
-pkgver=12.1.r176.g1b6e5136
+pkgver=12.2.r32.g07efee4e
pkgrel=1
epoch=1
pkgdesc="TeX/LaTeX writing environment for Emacs - git checkout"
@@ -24,8 +24,7 @@ pkgver() {
build() {
cd ${pkgname%-git}
./autogen.sh
- ./configure --prefix=/usr --localstatedir=/var \
- --with-texmf-dir=$(dirname $(kpsewhich texmf.cnf))
+ ./configure --prefix=/usr --localstatedir=/var --with-texmf-dir=/usr/share/texmf
make
}