Remove useless mkdir command from minimum build
The directory will be created automatically by the install commands, so no need to create it manually. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
This commit is contained in:
parent
ecfabbb8f3
commit
533a2f186e
@ -439,8 +439,6 @@ mv sandbox.pp %{buildroot}%{_datadir}/selinux/packages/sandbox.pp
|
||||
|
||||
%if %{BUILD_MINIMUM}
|
||||
# Build minimum policy
|
||||
# Commented out because only minimum ref policy currently builds
|
||||
mkdir -p %{buildroot}%{_datadir}/selinux/minimum
|
||||
%makeCmds minimum mcs allow
|
||||
%makeModulesConf targeted base contrib
|
||||
%installCmds minimum mcs allow
|
||||
|
Loading…
Reference in New Issue
Block a user