summaryrefslogtreecommitdiffstats
path: root/debian/move_links_to_correct_package
diff options
context:
space:
mode:
Diffstat (limited to 'debian/move_links_to_correct_package')
-rw-r--r--debian/move_links_to_correct_package3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/move_links_to_correct_package b/debian/move_links_to_correct_package
index 1503f48..0d98df9 100644
--- a/debian/move_links_to_correct_package
+++ b/debian/move_links_to_correct_package
@@ -26,7 +26,8 @@ check_breaks_replaces () {
man3type/sigevent.3type
man3type/sigval.3type
man3type/siginfo_t.3type
- man3/const/EXIT_FAILURE.3const"
+ man3const/EXIT_FAILURE.3const
+ man7/sigevent.7"
file_is_known="no"
for file in $known_files; do
if [ "x$1" = "x$file" ]; then