diff options
author | Adin Scannell <ascannell@google.com> | 2020-03-03 15:27:44 -0800 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:17 -0700 |
commit | a79b3f4cdb3288f817d8055c942049f96bf3e88e (patch) | |
tree | fe6aa666bd80d7ae765a5f1dc7de4599e8b9cd9e /website/Makefile | |
parent | 1e943dcc9eed420731935e0c8aa1f25788584f95 (diff) |
Update minor formatting issues.
Diffstat (limited to 'website/Makefile')
-rw-r--r-- | website/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/Makefile b/website/Makefile index 12c9fd26b..79236a34e 100644 --- a/website/Makefile +++ b/website/Makefile @@ -24,9 +24,9 @@ lint: .PHONY: lint update: lint - @mkdir -p _site && sudo chmod a+rw _site - @docker run -v $$PWD:/site -w /site gvisor-website || ($(MAKE) clean && exit 1) - @sudo chown -R $$(id -u):$$(id -g) _site + @sudo mkdir -p _site && sudo chmod a+rw _site + @find content -type f -exec chmod a+r {} \; && find content -type d -exec chmod a+rx {} \; + @docker run -v $$PWD:/site -w /site gvisor-website .PHONY: build clean: |