mkosi: Specify --without docs if needed for fedora/centos

This commit is contained in:
Daan De Meyer 2024-03-27 13:00:11 +01:00
parent afc6ecd9cb
commit 0a6bf709dd

View file

@ -20,7 +20,8 @@ rpmbuild \
-bb \
--build-in-place \
--with upstream \
$( ((WITH_TESTS)) || echo --nocheck) \
$( ((WITH_TESTS)) || echo "--nocheck") \
$( ((WITH_DOCS)) || echo "--without docs") \
--define "_topdir /var/tmp" \
--define "_sourcedir pkg/$PKG_SUBDIR" \
--define "_rpmdir $PACKAGEDIR" \