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=530755 Thomas Spura <tomspur@xxxxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomspur@xxxxxxxxxxxxxxxxx --- Comment #1 from Thomas Spura <tomspur@xxxxxxxxxxxxxxxxx> 2009-10-30 10:46:34 EDT --- This fails to build for me: 40 pushd doc/examples 41 # This is really hairy and parallel builds step on each others' toes 42 export PATH=$PATH+:../../ 43 make DPIC=../../dpic 44 popd With this export PATH=... the make will find dpic in the currend search path. The variable DPIC=../../dpic is not used here, because you commented out the examples patch. But with extending the PATH variable, this patch is not needed, anyway... Atm, this is notready, till you found a way to install the examples ;) How about a mkdir -p %{buildroot}%{_datadir}/%{name}/examples/ cp -a * %{buildroot}%{_datadir}/%{name}/examples/ in the 'TODO: install examples' - %install 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 Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review