diff options
author | Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org> | 2023-08-22 10:57:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 10:57:47 +0200 |
commit | c0008f84294504c06f497535970b82d95b0fa857 (patch) | |
tree | ddb75eb6f5e2d694ac767391613a36e5437e85b9 /debian | |
parent | Merge pull request #8790 from donaldsharp/peer_connection (diff) | |
download | frr-c0008f84294504c06f497535970b82d95b0fa857.tar.xz frr-c0008f84294504c06f497535970b82d95b0fa857.zip |
debian: Don't install sample dplane plugin
Without this, the Debian package build fails because dplane_sample_plugin.so gets compiled but not installed.
Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/not-installed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/not-installed b/debian/not-installed index 1a89f3585..8999dd948 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -1,3 +1,4 @@ usr/include usr/lib/frr/ospfclient usr/lib/frr/rfptest +usr/lib/*/frr/modules/dplane_sample_plugin.so |