jekyll: Update permission on .bundle directory.
parent
bcac1f118b
commit
fc047f09dd
|
@ -44,6 +44,7 @@ cp -r template/* "$BUILD"
|
|||
|
||||
# Explicitly set permissions on all copied files.
|
||||
find "$BUILD" -type f -execdir chmod 644 {} +
|
||||
find "$BUILD" -type d -execdir chmod 755 {} +
|
||||
|
||||
# Replace the placeholder name found in the template files.
|
||||
sed -i "s/<NAME>/$NAME/g" "$BUILD/flake.nix"
|
||||
|
|
Loading…
Reference in New Issue