diff editors/vim/vim.sh @ 522:574e733aebf8

editors: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:50:31 +0200
parents 515778c3a417
children bad483aace64
line wrap: on
line diff
--- a/editors/vim/vim.sh	Tue Apr 09 19:50:01 2019 +0200
+++ b/editors/vim/vim.sh	Tue Apr 09 19:50:31 2019 +0200
@@ -55,8 +55,7 @@
 	LDFLAGS="$LDFLAGS" \
 	LIBS="$LIBS" \
 	./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc \
+		--prefix=/ \
 		--disable-selinux \
 		--enable-multibyte \
 		--enable-luainterp=dynamic \