Output build log at the time of installation

This commit is contained in:
KOBAYASHI Shuji
2020-12-15 21:54:19 +09:00
parent e9fe337b95
commit c6364edd96
+1
View File
@@ -21,6 +21,7 @@ class String
end
def install_D(src, dst)
_pp "INSTALL", src.relative_path, dst.relative_path
rm_f dst
mkdir_p File.dirname(dst)
cp src, dst