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=469291
--- Comment #5 from Itamar Reis Peixoto itamar@ispbrasil.com.br 2008-11-01 14:50:53 EDT --- what's the difference between
this:
mylib=`echo %{_libdir} | sed "s//usr//"` ln -s ..$mylib/uml/port-helper $RPM_BUILD_ROOT%{_bindir}/port-helper
and this :
ln -s %{_libdir}/uml/port-helper $RPM_BUILD_ROOT%{_bindir}/port-helper
?