12 lines
503 B
Plaintext
12 lines
503 B
Plaintext
# This file defines the content of the bootstrap Haiku image.
|
|
|
|
# import everything from the minimum image
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images definitions minimum ] ;
|
|
|
|
# build and add the source package directory and a haikuports.config file
|
|
CopyDirectoryToHaikuImage home haikuports
|
|
: [ BuildHaikuPortsSourcePackageDirectory ]
|
|
: input-source-packages : -x *_source-*.hpkg : isTarget ;
|
|
AddFilesToHaikuImage home haikuports
|
|
: [ BuildHaikuPortsRepositoryConfig /boot/home/haikuports ] ;
|