At Thu, 2 Aug 2018 14:34:15 -0700 (PDT), David Benoit wrote: > Hi all, > > lib/starter-sh is an empty file with its executable bit set. This is > flagged by the Fedora Project build system as an error, and I am looking > for a workaround to help get Racket through the package review process. > [...] > > I'm wondering whether it is suitable to package the file with the > executable bits off.
Yes, I think so. Originally, Racket relied on a file with the executable bit set to clone for executables, because there wasn't a way to set the executable bit within Racket. Racket has long since acquired the ability to set the executable bit, and `raco exe` and related tools do that, so remove the executable bit from "starter-sh" should be fine. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/20180808184056.1CEBF650085%40mail-svr1.cs.utah.edu. For more options, visit https://groups.google.com/d/optout.
