Skip to content

Commit

Permalink
osresearch: heads-linuxboot: Only make regular files writable in "edk2".
Browse files Browse the repository at this point in the history
* osresearch/packages/heads.scm (heads-linuxboot): Only make regular files
writable in "edk2".
  • Loading branch information
Danny Milosavljevic committed Dec 1, 2020
1 parent 5630e7a commit 38525ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osresearch/packages/heads.scm
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ include_directories(hidapi/hidapi)"))
(chmod "edk2/EmulatorPkg/Unix/Host" #o770)
(delete-file "edk2/EmulatorPkg/Unix/Host/X11IncludeHack")
;; The git checkout must be writable for tests.
(for-each make-file-writable (find-files "edk2" #:directories? #t))
(for-each make-file-writable (find-files "edk2"))
;; Guix reproducibility had .git deleted, but the Makefile expects it as a (fake) dependency.
(call-with-output-file "edk2/.git"
(const #t))
Expand Down

0 comments on commit 38525ed

Please sign in to comment.