Skip to Content.
Sympa Menu

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

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8646] sorcery 1.11.4: this patch correct INSTALL_ROOT features
  • Date: Mon, 25 Apr 2005 21:44:14 -0700 (PDT)

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





------- Additional Comments From seth AT tautology.org 2005-04-25 21:44 -------
custom_install() { [ -f "$FLINE/INSTALL" ] && grep -qv 'make.*install'
"$FLINE/INSTALL"; }; custom_build() { [ -f "$FLINE/BUILD" ] && grep -qv --
'--prefix\|make.*install' "$FLINE/BUILD"; }; cat
/home/seth/public_html/files/searchedapi | cut -c3- | while read LINE; do
FLINE="/home/seth/sourcemage/$LINE"; { { custom_install && ! custom_build; }
||
{ custom_build && ! custom_install; } ; } && echo $LINE; done | wc -l
1577

That seems to work (with a useless use of cat thrown in for good measure)

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