Ticket #41008: patch-textmate2-gen_build.diff
File patch-textmate2-gen_build.diff, 309 bytes (added by hardwhack, 11 years ago) |
---|
-
bin/gen_build
old new 910 910 rule sign_executable 911 command = codesign - fs "$identity" $in && touch $out911 command = codesign --deep -fs "$identity" $in && touch $out 912 912 description = Sign ‘$in’…