Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 8646] sorcery 1.11.4: this patch correct INSTALL_ROOT features

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 8646] sorcery 1.11.4: this patch correct INSTALL_ROOT features
  • Date: Mon, 25 Apr 2005 19:41:54 -0700 (PDT)

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





------- Additional Comments From seth AT tautology.org 2005-04-25 19:41 -------
2590 affected
1039 unaffected

test:
where FLINE is a spell directory

{
{
[ -f "$FLINE/INSTALL" ] &&
grep -qv 'make.*install' "$FLINE/INSTALL"
} ||
{
[ -f "$FLINE/BUILD" ] &&
grep -qv -- '--prefix\|make.*install' "$FLINE/BUILD"
}
} && echo "$FLINE"

I bet this could be mass-fixed relatively well so we only had a few hundred
odd-balls out.

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




Archive powered by MHonArc 2.6.24.

Top of Page