Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Puppet_Master (b5d9a7ccad37ef1828427681e051462d015fc948)

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 Puppet_Master (b5d9a7ccad37ef1828427681e051462d015fc948)
  • Date: Sat, 23 Jun 2007 10:09:24 +0200

On Saturday 23 of June 2007 00:52:20 Puppet_Master wrote:
> diff --git a/audio-players/mpd/FINAL b/audio-players/mpd/FINAL
> index 68cc9fa..b38d3a5 100755
> --- a/audio-players/mpd/FINAL
> +++ b/audio-players/mpd/FINAL
> @@ -3,7 +3,7 @@
> if [[ $INIT_INSTALLED ]]; then
> source ${GRIMOIRE}/libaccount &&
> I_R=${INSTALL_ROOT} &&
> - MPD_LIB="/var/lib/mpd" &&
> + MPD_LIB="${I_R}/var/lib/mpd"
> && MPD_DIRS="${MPD_LIB}/music ${MPD_LIB}/playlists" &&
> MPD_FILES="${I_R}/var/log/mpd.log ${I_R}/var/log/mpd.error" &&
> create_account musicdaemon && diff
These variables should all be local. Read the bug comments. :P

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