diff options
Diffstat (limited to 'distro/pkg/deb/rules')
-rwxr-xr-x | distro/pkg/deb/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules index 5630ed1c..905e72d1 100755 --- a/distro/pkg/deb/rules +++ b/distro/pkg/deb/rules @@ -47,7 +47,7 @@ override_dh_installman: bird.8 override_dh_clean: dh_clean - -rm -f bird.8 birdc.8 + -rm -f bird.8 birdc.8 birdcl.8 override_dh_missing: dh_missing --fail-missing |