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

fonts: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:12:00 +0200
parents 515778c3a417
children bad483aace64
line wrap: on
line diff
--- a/shells/bash/bash.sh	Wed Apr 10 20:10:00 2019 +0200
+++ b/shells/bash/bash.sh	Wed Apr 10 20:12:00 2019 +0200
@@ -51,12 +51,12 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--without-bash-malloc \
 		$with_nls
 	make
 	make install DESTDIR=$DESTDIR
-	ln -sf bash $DESTDIR/usr/bin/sh
+	ln -sf bash $DESTDIR/bin/sh
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION