diff core/sysklogd/sysklogd.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/sysklogd/sysklogd.sh	Tue Apr 09 20:20:00 2019 +0200
+++ b/core/sysklogd/sysklogd.sh	Tue Apr 09 20:22:00 2019 +0200
@@ -43,7 +43,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--without-systemd
 	make
 	make install DESTDIR=$DESTDIR