diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-16 17:08:39 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-16 17:08:39 -0600 |
| commit | e378f9d3d60e33131c20d13858b8df43f13dd1cf (patch) | |
| tree | 8400bf5af6451ba5dc0c6dac8f9800b77aae6c98 | |
| parent | 089e4a1b58acd000259dc009791b19254f6ac9cc (diff) | |
Create installs directory
| -rw-r--r-- | config/software/preparation.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/software/preparation.rb b/config/software/preparation.rb index f37f3e5..816c073 100644 --- a/config/software/preparation.rb +++ b/config/software/preparation.rb @@ -12,6 +12,7 @@ build do sync "#{project_dir}/bin", "#{install_dir}/bin" sync "#{project_dir}/lib", "#{install_dir}/lib" command "echo 'legacy_version_file = yes' > #{install_dir}/defaults" + touch "#{install_dir}/installs/.gitkeep" #touch "#{install_dir}/embedded/lib/.gitkeep" #touch "#{install_dir}/embedded/bin/.gitkeep" #touch "#{install_dir}/bin/.gitkeep" |
