Skip to content

Commit 2edfaef

Browse files
committed
fixup! overlay coreos/config: Add Flatcar modifications for sys-libs/libsemanage
1 parent 9c7e94a commit 2edfaef

File tree

1 file changed

+4
-4
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-libs

1 file changed

+4
-4
lines changed

sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-libs/libsemanage

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if declare -pf multilib_copy_sources >/dev/null 2>/dev/null; then
1313
}
1414
fi
1515
if [[ ${FLATCAR_TYPE} = 'generic' && ${FLATCAR_SUBTYPE} = 'prod' ]]; then
16-
libselinux_mask=" /usr/lib/python* "
17-
INSTALL_MASK+="${libselinux_mask}"
18-
PKG_INSTALL_MASK+="${libselinux_mask}"
19-
unset libselinux_mask
16+
libsemanage_mask=" /usr/lib/python* "
17+
INSTALL_MASK+="${libsemanage_mask}"
18+
PKG_INSTALL_MASK+="${libsemanage_mask}"
19+
unset libsemanage_mask
2020
fi

0 commit comments

Comments
 (0)