Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Oct 31, 2023
1 parent 6e93ab1 commit 9e6c1dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/man/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ if (ENABLE_PLUGINS)
if (WITH_SELINUX)
list(APPEND manuals rpm-plugin-selinux.8)
endif()
if (HAVE_UNSHARE)
list(APPEND manuals rpm-plugin-unshare.8)
endif()
# if (HAVE_UNSHARE)
# list(APPEND manuals rpm-plugin-unshare.8)
# endif()
endif()

foreach(man ${manuals})
Expand Down

0 comments on commit 9e6c1dd

Please sign in to comment.