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 | 451fb24b17cb9272981d3809f755985d9ce52f79 (diff) | |
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 1a89f35853..8999dd948b 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  | 
