On Sat, 26 Oct 2013 13:19:43 +0200 Ralf Mardorf <ralf.mard...@alice-dsl.net> wrote:
> On Sat, 2013-10-26 at 15:08 +0400, Reco wrote: > > export LD_LIBRARY_PATH=/usr/lib/mesa-diverted/i386-linux-gnu/: > > $LD_LIBRARY_PATH # Should be one line > > The mailing list policy allows to make code one line, even if it should > be to much chars :). > > export LD_LIBRARY_PATH=/usr/lib/mesa-diverted/i386-linux-gnu/:$LD_LIBRARY_PATH > > Alternatively > > export LD_LIBRARY_PATH=\ > /usr/lib/mesa-diverted/i386-linux-gnu/\ > :$LD_LIBRARY_PATH > > :) I use 132x36 terminals usually. This 'use 72 chars linewrap in your mails please' stuff on this list is simply killing me at times like this. Thanks for the idea btw. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131026152405.ae3fcb47c8bd3325c2047...@gmail.com