summary refs log tree commit diff
path: root/pkgs/development/interpreters/racket/force-remove-codesign-then-add.patch
blob: 98e2cb102db9b865989ff63c4e38e4ba038a51bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- old/src/mac/codesign.rkt
+++ new/src/mac/codesign.rkt
@@ -18,6 +18,6 @@
    file))
 
 (void
- (if remove?
+ (begin
      (remove-signature file)
      (add-ad-hoc-signature file)))