Filter non-rigged source packages from bootstrap image.

* Before, we were putting both rigged and standard source packages
  onto the bootstrap image, which caused the build to fail (because
  non-rigged source packages can only be built with git available).
This commit is contained in:
Oliver Tappe 2014-03-11 22:05:11 +01:00
parent 526132b58d
commit f69f5a44a1
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ AddPackageFilesToHaikuImage system :
# build and add the source package directory and a haikuports.config file
CopyDirectoryToHaikuImage home haikuports
: [ BuildHaikuPortsSourcePackageDirectory ]
: input-source-packages : : isTarget ;
: input-source-packages : -x *_source-*.hpkg : isTarget ;
AddFilesToHaikuImage home haikuports
: [ BuildHaikuPortsRepositoryConfig /boot/home/haikuports ] ;