Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9567] New: gentoo spell fails in INSTALL

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 9567] New: gentoo spell fails in INSTALL
  • Date: 20 Dec 2005 21:57:32 -0000

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

Summary: gentoo spell fails in INSTALL
Product: Codex
Version: stable grimoire
Platform: Other
OS/Version: other
Status: RESOLVED
Severity: normal
Priority: P2
Component: shell-term-fm
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: acedit AT armory.com
CC: eric AT sandall.us


the gentoo spell fails in INSTALL, i found that it can be fixed by changing
the
following in the po/Makefile:

change this:
mkinstalldirs = <lots of shell code>
to this:
mkinstalldirs = $(MKINSTALLDIRS)

So something like:
sedit 's/^mkinstalldirs = .*$/mkinstalldirs = $(MKINSTALLDIRS)/'
$BUILD_DIRECTORY/po/Makefile

theres probably something more elegant, but that works for me and one other
person.


------- Additional Comments From v.merkatz AT gmx.net 2005-09-22 15:42 -------
Fixed in devel, test and stable-rc.

--


------- Additional Comments From eric AT sandall.us 2005-12-20 15:57 -------
Marking FIXED, please VERIFY.

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



  • [SM-Grimoire-Bugs] [Bug 9567] New: gentoo spell fails in INSTALL, bugzilla-daemon, 12/20/2005

Archive powered by MHonArc 2.6.24.

Top of Page