Skip to content

Commit

Permalink
fix(brew.sh): Add '-a' flag to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeglius committed Feb 7, 2025
1 parent f133423 commit deead56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerfile_scripts/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ EOF

# Copy files to /usr/share/factory
mkdir -p /usr/share/factory
cp --parents -r -- "${FILES_TO_FACTORY[@]}" /usr/share/factory
cp --parents -ar -- "${FILES_TO_FACTORY[@]}" /usr/share/factory

#endregion Body

0 comments on commit deead56

Please sign in to comment.