Create source packages during bootstrap

This used to be the default in haikuporter, but it isn't anymore. This
resulted in source packages (which are needed for bootstrap) not being
generated.
This commit is contained in:
PulkoMandy 2024-07-20 23:27:50 +02:00
parent 87d1e18fc0
commit 9d09763865

View File

@ -394,6 +394,7 @@ MIMESET_COMMAND="$(PWD)/$(2[2])"
SYSTEM_MIME_DB="$(PWD)/$(2[3])"
LICENSES_DIRECTORY="$(HAIKU_ABSOLUTE_TOP)/data/system/data/licenses"
OUTPUT_DIRECTORY="$(HAIKU_REPOSITORY_BUILD_DIRECTORY)"
CREATE_SOURCE_PACKAGES="yes"
EOF
# If we have cross tools, add the cross tools directory.