mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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:
parent
87d1e18fc0
commit
9d09763865
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user