First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 190043
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Haskell Language team <haskell@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jeroen Roovers <jer@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 190043 depends on: Show dependency tree
Bug 190043 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-24 13:55 0000
--- gentoo-x86/dev-lang/ghc/files/ghc-updater.  2007-07-26 20:00:54.000000000
+0200
+++ gentoo-x86/dev-lang/ghc/files/ghc-updater   2007-08-24 15:51:19.000000000
+0200
@@ -80,7 +80,11 @@
 # load the gentoo-style info macros, but hack to get around
 # it thinking this is an rc script
 EBUILD="1"
-source /sbin/functions.sh
+if [[ -e /lib/rcscripts/sh/functions.sh ]]; then
+       source /lib/rcscripts/sh/functions.sh
+else
+       source /sbin/functions.sh
+fi

 # misc helper functions
 eloginfo() {

------- Comment #1 From Lennart Kolmodin 2007-08-26 18:18:00 0000 -------
Fixed, thanks.

------- Comment #2 From Jakub Moc (RETIRED) 2007-12-21 08:22:56 0000 -------
*** Bug 202917 has been marked as a duplicate of this bug. ***

------- Comment #3 From Jakub Moc (RETIRED) 2007-12-21 08:24:51 0000 -------
This fix is wrong, it should simply source /etc/init.d/functions.sh which
*always* exists and points to a correct location, baselayout-2* or not.

------- Comment #4 From Lennart Kolmodin 2007-12-23 13:18:26 0000 -------
Oh, even better.
Committed, thanks Jakub.

First Last Prev Next    No search results available      Search page      Enter new bug