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

Summary: Review Request: crystal-project - KDE Icon set


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





------- Additional Comments From [EMAIL PROTECTED]  2007-06-24 20:05 EST -------
chmod 644 should be apply to files

find %{buildroot}%{_themedir} -type f | xargs chmod 644
is a way to do it, but this can't build.
(pipe aren't permit in specfile?)

So i tried chmod 644 $(find . -type f) which failed because " /bin/chmod:
Argument list too long"

%{__chmod} 644 $(find ./128x128 -type f)
... (on every subdirectory)

But some files got space in their name.
For example : /128x128/apps/List manager.png

So i don't know how to fix this.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to