eth-cscs / stackinator

https://eth-cscs.github.io/stackinator/
BSD 3-Clause "New" or "Revised" License
19 stars 15 forks source link

use `install` instead of `cp` in makefile #149

Closed simonpintarelli closed 9 months ago

simonpintarelli commented 9 months ago

Besides builder.py there were also files copied using cp to /store. Replace it by install -m 644 to make sure the created image is world readable.