[SM-Grimoire-Bugs] [Bug 13336] New: gnustep-make and /etc/profile.d/GNUstep.sh
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Mon Dec 18 02:18:47 EST 2006
http://bugs.sourcemage.org/show_bug.cgi?id=13336
Summary: gnustep-make and /etc/profile.d/GNUstep.sh
Product: Codex
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: gnustep-libs
AssignedTo: sm-grimoire-bugs at lists.ibiblio.org
ReportedBy: astsmtl at gmail.com
/etc/profile.d/GNUstep.sh comes from gnustep-make. gnustep-make spell uses
default_build from section's FUNCTIONS and tries to source this file, so when
gnustep-make is not installed it cannot be installed because there is no
/etc/profile.d/GNUstep.sh One solution is to add something like
if [ "SPELL" = "gnustep-make" ] ; then
true
else
source /etc/profile.d/GNUstep.sh
fi
to default_build in FUNCTIONS
--
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.
More information about the SM-Grimoire-Bugs
mailing list