Copy haikuports/FormatVersions onto the bootstrap image.

* Without it, haikuporter will believe there's a version mismatch
  between itself and the haikuports tree.
This commit is contained in:
Oliver Tappe 2014-07-03 17:45:53 +02:00
parent b04949711d
commit 5de87ca904
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ CopyDirectoryToHaikuImage home haikuports
: input-source-packages : -x *_source-*.hpkg : isTarget ; : input-source-packages : -x *_source-*.hpkg : isTarget ;
AddFilesToHaikuImage home haikuports AddFilesToHaikuImage home haikuports
: [ BuildHaikuPortsRepositoryConfig /boot/home/haikuports ] ; : [ BuildHaikuPortsRepositoryConfig /boot/home/haikuports ] ;
# copy the haikuports format versions file
local formatVersionsFile = <haikuports>FormatVersions ;
SEARCH on $(formatVersionsFile) = $(HAIKU_PORTS) ;
AddFilesToHaikuImage home haikuports : $(formatVersionsFile) ;