diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2024-01-25 16:35:29 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2024-01-27 19:01:19 +0100 |
commit | 444bc5e237ca7d95c61f68e3a4951744058c9b64 (patch) | |
tree | 5acc910d3c402ac399b6b04111dab09cb8b46624 /debian | |
parent | build: untangle sysconfdir & localstatedir (diff) | |
download | frr-444bc5e237ca7d95c61f68e3a4951744058c9b64.tar.xz frr-444bc5e237ca7d95c61f68e3a4951744058c9b64.zip |
build: update packaging & docs for dir changes
`--sysconfdir` and `--localstatedir` now align with general autoconf
practices.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 43e5d7e61..0f8414571 100755 --- a/debian/rules +++ b/debian/rules @@ -41,9 +41,7 @@ export PYTHON=python3 override_dh_auto_configure: $(shell dpkg-buildflags --export=sh); \ dh_auto_configure -- \ - --localstatedir=/var/run/frr \ --sbindir=/usr/lib/frr \ - --sysconfdir=/etc/frr \ --with-vtysh-pager=/usr/bin/pager \ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/frr \ --with-moduledir=/usr/lib/$(DEB_HOST_MULTIARCH)/frr/modules \ |