Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (8a109ec2881deeb3a9e70d158fb796c4b138ff1e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (8a109ec2881deeb3a9e70d158fb796c4b138ff1e)
  • Date: Sat, 13 Oct 2007 09:30:50 +0200

On Saturday 13 of October 2007 02:32:28 Eric Sandall wrote:
> for X11_directory in bin lib/X11 include/X11
> do
> - fhs_mkdir /usr/X11R6/$X11_directory &&
> - pushd $INSTALL_ROOT/ &&
> - ln -sf usr/$X11_directory \
> - usr/X11R6/$X11_directory &&
> + fhs_mkdir /usr/X11R6/$X11_directory &&
> + pushd $INSTALL_ROOT/ &&
> + ln -sf $INSTALL_ROOT/usr/$X11_directory \
> + usr/X11R6/$X11_directory &&
> popd
> done &&
You're gonna love this. You should use TRACK_ROOT when linking. :)

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page