summary refs log tree commit diff
path: root/pkgs/development/interpreters/racket/force-remove-codesign-then-add.patch
blob: c34457ceb950614373c1330f0d4be6a60c232c73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- old/src/mac/codesign.rkt        2022-01-08 18:25:53.000000000 -0500
+++ new/src/mac/codesign.rkt        2022-02-15 15:49:51.000000000 -0500
@@ -17,6 +17,5 @@
    #:args (file)
    file))

-(if remove?
-    (remove-signature file)
-    (add-ad-hoc-signature file))
+(remove-signature file)
+(add-ad-hoc-signature file)