Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 43427
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Edward Styles <rimtech@elitesoldiers.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 43427 depends on: Show dependency tree
Bug 43427 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: 2004-03-01 16:38 0000
Well... the descent 3 emerge fails every time because of this... just thought
someone might want to make descent3-1.4.0b-r1.ebuild

The problem is that the ebuild tries to create subdirectories in a directory
which hasn't been created yet. Nothing too severe, took me 0.74 seconds to fix.

Just thought I'd give a tiny bit back to gentoo... and prevent other people
from becoming slightly annoyed at this.

in section src_unpack...
......
src_unpack() {
        mkdir ${S}/{a,b}
        cd ${S}/a
        unpack_makeself ${PN}-1.4.0a-x86.run
        cd ${S}/b
        unpack_makeself ${P}-x86.run
}
......

should have:

......
        mkdir ${S}
......
at the top of it




thanks :P

------- Comment #1 From SpanKY 2004-03-19 13:08:11 0000 -------
mkdir -p ${S}/{a,b}
would be easier

------- Comment #2 From Chris Gianelloni (RETIRED) 2004-03-19 13:17:07 0000 -------
Fixed in CVS

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug