From: Bryan G. <Bry...@HP...> - 2007-11-21 14:53:19
|
Bruno, On Wed, Nov 21, 2007 at 02:38:26PM +0000, Cornec, Bruno (Linux Consultant) wrote: > Bryan Gartner said on Wed, Nov 21, 2007 at 07:18:33AM -0700: > > > > > # from previous configure run > > > > export prefix=/var/www/linuxcoe-sd > > > > export exec_prefix=${prefix} > > > > export bindir=${exec_prefix}/bin > > > > export sbindir=${exec_prefix}/sbin > > > > export libexecdir=${exec_prefix}/libexec > > > > export datadir=${datarootdir} > > > > export datarootdir=${prefix}/share > > > > > > Isn't the order here reversed ? > > > > These look ok-ish to me (assuming they match what you specified for > > configure). Not sure what you mean about "order"? > > I meant datadir use the content of datarootdir which is declared just > after. Looks it could create a problem no ? Ah, good eye. I have made swapped the order. But FYI, neither are really used by anything I do (in fact datarootdir was only recently added as an auto* requirement). bryang |