Skip to content

Commit

Permalink
makefiles: repair client distro build pkg catalog argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt committed Jul 9, 2022
1 parent 5e67dda commit ef15d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.zuo
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
(rm* "build/catalog-copy")
(built-raco options "pkg" "catalog-copy" (lookup 'SRC_CATALOG) "build/catalog-copy")
(server-cache-config options)
(built-raco options "pkg" "install" "--all-platforms" user-auto-options
(built-raco options "pkg" "install" "--all-platforms" source-user-auto
required-pkgs
(shell->strings (lookup 'DISTRO_BUILD_PKGS)))
(server-set-config options)
Expand Down

0 comments on commit ef15d04

Please sign in to comment.