Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11491] cast failure gotmail:prometheus:200604220829

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11491] cast failure gotmail:prometheus:200604220829
  • Date: 24 Apr 2006 07:13:31 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11491





------- Additional Comments From v.merkatz AT gmx.net 2006-04-24 02:13 -------
Something like
[ -d /usr/share/gotmail ] || mkdir /usr/share/gotmail
is definitely wrong to do in a spell file, though that's not what's causing
the
failure here. What is causing the failure is that gotmail tries to do 'mkdir
/usr/doc/gotmail', which fails because /usr/doc doesn't exist. So the spell
should a) use mkdir -p instead of [ ] + mkdir
b) use /usr/share/doc, as /usr/doc isn't valid

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page