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: Sun, 21 Aug 2005 18:24:28 -0700 (PDT)

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: NEW
Severity: normal
Priority: P2
Component: shell-term-fm
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: acedit AT armory.com


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.

--
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, 08/21/2005

Archive powered by MHonArc 2.6.24.

Top of Page