diff core/ed/ed.sh @ 516:014d018468fb

core: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:22:00 +0200
parents bdad6c7981e7
children bad483aace64
line wrap: on
line diff
--- a/core/ed/ed.sh	Tue Apr 09 20:20:00 2019 +0200
+++ b/core/ed/ed.sh	Tue Apr 09 20:22:00 2019 +0200
@@ -32,7 +32,7 @@
 	pushd $PKGNAME-$PKGVERSION
 
 	# custom configure script.
-	./configure --prefix=/usr CC="$CC" CFLAGS="$CFLAGS"
+	./configure --prefix=/ CC="$CC" CFLAGS="$CFLAGS"
 	make
 	make install DESTDIR=$DESTDIR