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

original commit: 4072ef863264cbd161158239ca76e4abceb32274
This commit is contained in:
Matthew Flatt 2013-11-11 09:56:40 -07:00
parent d5a644f8f2
commit 69565cf853

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"))