Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=726080

--- Comment #11 from Mohamed El Morabity <[email protected]> 2011-10-17 
12:08:05 EDT ---
(In reply to comment #10)
> - You'd better perform these lines in %prep, instead of %install:
>   chmod a-x libxnee/include/libxnee/feedback.h   \
>           libxnee/src/feedback.c               \
>           libxnee/src/xnee_setget.c            \
>           libxnee/src/xnee_range.c             \
>           libxnee/include/libxnee/xnee.h       \
>           cnee/include/parse.h                 \
>           libxnee/include/libxnee/xnee_range.h
You can even move all chmod instructions in %prep and summarize them as below:
%prep
...
find . \( -name "*.h" -o -name "*.c" \) -exec chmod a-x {} \;

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to