Unverified Commit 40f086a5 authored by Someone's avatar Someone Committed by GitHub
Browse files

Revert "singularity-tools: don't preserve store content ownership" (#358817)

parents f493a459 f663b145
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):