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=597755 --- Comment #4 from Parag AN(पराग) <panemade@xxxxxxxxx> 2010-05-31 00:45:21 EDT --- And If you want to remove shebang which looks not needed, you can use following in %install for lib in %{buildroot}%{python_sitelib}/%{name}/*.py %{buildroot}%{python_sitelib}/%{name}/settings/_version.py %{buildroot}%{python_sitelib}/%{name}/qt4gui/*.py %{buildroot}%{python_sitelib}/%{name}/qt4gui/customwidgets/*.py ; do sed '/\/usr\/bin\/env/d' $lib > $lib.new && touch -r $lib $lib.new && mv $lib.new $lib done -- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review