Skip to content

Commit dfb1182

Browse files
committed
Fixed oscap-chrootable dependency.
1 parent d21b809 commit dfb1182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if(ENABLE_OSCAP_UTIL)
4343
add_custom_target(oscap-chrootable
4444
COMMAND setcap cap_sys_chroot+ep oscap-chrootable
4545
COMMENT "Generating chroot-capable oscap buddy"
46-
DEPENDS oscap-chrootable
46+
DEPENDS oscap-chrootable-nocap
4747
)
4848
endif()
4949
if(ENABLE_OSCAP_UTIL_CHROOT)

0 commit comments

Comments
 (0)