summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2020-07-16 03:01:50 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2020-07-16 03:01:50 +0200
commit016d3ab628cb15caee1ace4eadd9d1e9d14522ab (patch)
treeef2079fc5708c6e6b5cc95ea9572d7a2cab3b9a8
parent396eb1d3a1afdc07ee3fe2a37b5ee53493b96683 (diff)
downloadpackages-016d3ab628cb15caee1ace4eadd9d1e9d14522ab.tar.zst
vifm: sysconfdir should be /etc
-rw-r--r--vifm/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/vifm/PKGBUILD b/vifm/PKGBUILD
index 3b7c087..352826a 100644
--- a/vifm/PKGBUILD
+++ b/vifm/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=vifm
pkgname=$_pkgname-jxir
-pkgver=0.10.1.r34.g0decb85fb
+pkgver=0.10.1.r680.g75bc07575
pkgrel=1
pkgdesc='A file manager with curses interface, which provides Vi[m]-like environment'
arch=('x86_64')
@@ -26,6 +26,7 @@ build() {
autoreconf -i
./configure \
--prefix=/usr \
+ --sysconfdir=/etc \
--disable-desktop-files \
--without-gtk \
--without-X11