Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (728df3c6895faca574975fc21c7b314a4d360dfb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (728df3c6895faca574975fc21c7b314a4d360dfb)
  • Date: Tue, 9 Sep 2008 23:44:36 +0200

On Tuesday 09 of September 2008 23:34:43 Julien ROZO wrote:
> + message "${MESSAGE_COLOR}Creating link for $LINK${DEFAULT_COLOR}"
> && + rm -f $INSTALL_ROOT/usr/bin/$LINK
> && + ln -s
> $TRACK_ROOT/opt/openoffice/program/$LINK /usr/bin/$LINK done


> + message "${MESSAGE_COLOR}Creating link for $LINK${DEFAULT_COLOR}"
> + rm -f ${INSTALL_ROOT}/usr/bin/$LINK
> + ln -s $TRACK_ROOT/opt/openoffice.org3/program/$LINK /usr/bin/$LINK
Why not just use ln -fs? Now you're possibly deleting a different file than
the one you will be installing.

LP
--
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