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=524379





--- Comment #4 from Martin Gieseking <[email protected]>  2009-09-21 
09:28:02 EDT ---
You should also replace the shebang #!/usr/bin/env python with
#!/usr/bin/python
(see https://fedoraproject.org/wiki/Script_Interpreters_%28draft%29), e.g. by
adding

  sed -i 's|^#!/usr/bin/env python|#!/usr/bin/python|' gscribble

to the %prep section.

-- 
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.

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

Reply via email to