[Bug 444134] Review Request: spe - Python IDE editor

bugzilla at redhat.com bugzilla at redhat.com
Sat Jun 14 14:40:43 UTC 2008


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: spe - Python IDE editor


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





------- Additional Comments From pingoufc4 at yahoo.fr  2008-06-14 10:40 EST -------
Hi 

I faced the problem on the ln -s in one of my package (pype) recently.
Instead of using the ln -S which I am not really fond of I used:

mkdir -p $RPM_BUILD_ROOT%{_bindir}/
echo "#!/bin/sh
exec python  %{python_sitelib}/%{name}/pype.py" >> 
$RPM_BUILD_ROOT%{_bindir}/%{name}
chmod +x  $RPM_BUILD_ROOT%{_bindir}/%{name}

I do not know what is the best solution, but I prefered that one.

-- 
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, or are watching someone who is.




More information about the Fedora-package-review mailing list