From: Harald Hoyer Date: Thu, 5 Jan 2012 13:36:45 +0000 (+0100) Subject: Makefile: set bindir to ${prefix}/bin rather than sbin X-Git-Tag: 015~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e90d2665831a137e6726757404f80cda97d1d4f;p=thirdparty%2Fdracut.git Makefile: set bindir to ${prefix}/bin rather than sbin --- diff --git a/Makefile b/Makefile index b617a2036..ccabd1e4f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ libdir ?= ${prefix}/lib datadir ?= ${prefix}/share pkglibdir ?= ${libdir}/dracut sysconfdir ?= ${prefix}/etc -bindir ?= ${prefix}/sbin +bindir ?= ${prefix}/bin mandir ?= ${prefix}/share/man manpages = dracut.8 dracut.cmdline.7 dracut.conf.5 dracut-catimages.8 dracut-gencmdline.8