diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 21:56:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 21:56:17 +0000 |
commit | 0d16287199d0d3808777dd4f7ab01cf05aa55b4c (patch) | |
tree | 0e0de15cb556353dc26cd51d936d9f1046c41ce7 /chapter06 | |
parent | e3bc7f5d0dc1f409075b44c80c286fd4c416911c (diff) |
Install sysklogd's binaries to /sbin for FHS compatibility. Fixes #2317.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/sysklogd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index f26d8df58..a5e936178 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -49,7 +49,7 @@ <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make BINDIR=/sbin install</userinput></screen> </sect2> |