Copy usr, closes #1310

This commit is contained in:
Wojtek Mach 2022-08-10 17:30:41 +02:00
parent cf80d485ea
commit 747fa38290

View file

@ -55,6 +55,9 @@ defmodule Standalone do
File.cp!(file, Path.join(release_bin_dir, Path.basename(file)))
end
# 4. copy usr
cp_r!(Path.join(:code.root_dir(), "usr"), Path.join(release.path, "usr"))
%{release | erts_source: erts_source}
end