Fix policycoreutils build

There was still some python leaking into this - skip building sepolicy
to avoid issues with cross-compilation.
This commit is contained in:
Matthew Garrett 2015-07-01 11:19:10 -07:00
parent c940294b1f
commit 15c35fa751

View File

@ -88,6 +88,8 @@ src_prepare() {
# (so we cannot use an additional package for now).
S="${S2}"
python_copy_sources
else
sed s/sepolicy// -i Makefile
fi
}