Revert "singularity-tools: don't preserve store content ownership" (#358817)
This commit is contained in:
commit
40f086a50e
@ -86,7 +86,7 @@ lib.makeExtensible (final: {
|
||||
mkdir -p bin ./${builtins.storeDir}
|
||||
# Loop over the line-separated paths in $layerClosure
|
||||
while IFS= read -r f; do
|
||||
cp -r "$f" "./$f"
|
||||
cp -ar "$f" "./$f"
|
||||
done < "$layerClosure"
|
||||
|
||||
# TODO(@ShamrockLee):
|
||||
|
Loading…
Reference in New Issue
Block a user