diff shells/dash/dash.sh @ 531:16d26eee4b33

fonts: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:12:00 +0200
parents 89ac6810e2ee
children bad483aace64
line wrap: on
line diff
--- a/shells/dash/dash.sh	Wed Apr 10 20:10:00 2019 +0200
+++ b/shells/dash/dash.sh	Wed Apr 10 20:12:00 2019 +0200
@@ -51,7 +51,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		$with_libedit
 	make
 	make install DESTDIR=$DESTDIR