mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
mkosi: Specify --without docs if needed for fedora/centos
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user