distro-build: add --pkgs to a call to raco pkg install

This commit is contained in:
Matthew Flatt 2013-11-11 09:56:40 -07:00
parent 5c17488d4c
commit 4072ef8632

View File

@ -52,6 +52,7 @@
(unless (apply system* (find-exe)
"-G" "build/docs/etc" "-l-"
"raco" "pkg" "install"
"--pkgs"
"-i" "--deps" "search-auto"
pkgs)
(error "install failed"))