Use an alias name that is less likely to clash with user aliases

This commit is contained in:
Jeremie Dimino 2018-03-15 17:50:03 +00:00 committed by Rudi Grinberg
parent 1a4037f8d1
commit 1b8fbfc149
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ module Alias0 = struct
let lint = make "lint"
let package_install ~(context : Context.t) ~pkg =
make (sprintf "install-%s" (Package.Name.to_string pkg))
make (sprintf ".%s-files" (Package.Name.to_string pkg))
~dir:context.build_dir
end