[Bug 726080] Review Request: Xnee - X11 environment recorder

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 17 16:08:06 UTC 2011


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 <pikachu.2014 at gmail.com> 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.



More information about the package-review mailing list