changeset 522:574e733aebf8

editors: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:50:31 +0200
parents 13ff869bfbb8
children b1690d766bdb
files editors/nano/nano.sh editors/vim/vim.sh
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/editors/nano/nano.sh	Tue Apr 09 19:50:01 2019 +0200
+++ b/editors/nano/nano.sh	Tue Apr 09 19:50:31 2019 +0200
@@ -73,8 +73,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
-		--sysconfdir=/etc \
+		--prefix=/ \
 		--with-wordbounds \
 		$with_color \
 		$with_multibuffer \
--- 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 \