PFJ wrote:
Hi, I'm packaging vsn 0.7 of XaraLX and have hit a problem. While running rpmlint over the debug package, I'm getting a pile of warnings that the wxOil directory has the majority (if not all) of the files with incorrect permissions set. Is there a way to chmod an entire directory within a spec file and should it go into %prep?
You probably want something like this in %prep: find . -name '*.[ch]' | xargs chmod -x Paul. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list