mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
doc: fix frr config path error in building
add --sysconfdir=/etc. Signed-off-by: xuweiwei <xuweiwei_yewu@cmss.chinamobile.com>
This commit is contained in:
parent
975e1a36f6
commit
d75df7422f
|
@ -159,6 +159,7 @@ an example.)
|
|||
cd frr
|
||||
./bootstrap.sh
|
||||
./configure \
|
||||
--sysconfdir=/etc \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/lib/frr \
|
||||
--libdir=/usr/lib/frr \
|
||||
|
|
|
@ -56,6 +56,7 @@ an example.)
|
|||
cd frr
|
||||
./bootstrap.sh
|
||||
./configure \
|
||||
--sysconfdir=/etc \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/lib/frr \
|
||||
--libdir=/usr/lib/frr \
|
||||
|
|
|
@ -50,6 +50,7 @@ an example.)
|
|||
cd frr
|
||||
./bootstrap.sh
|
||||
./configure \
|
||||
--sysconfdir=/etc \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/lib/frr \
|
||||
--libdir=/usr/lib/frr \
|
||||
|
|
Loading…
Reference in a new issue