Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45834 - Correct ebuild for wm-icons-0.4.0_pre1
Summary: Correct ebuild for wm-icons-0.4.0_pre1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tavis Ormandy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-26 12:40 UTC by Antonio
Modified: 2004-05-06 12:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Correct ebuild (wm-icons-0.4.0_pre1.ebuild,1.65 KB, text/plain)
2004-03-26 12:40 UTC, Antonio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-03-26 12:40:01 UTC
The ebuild for wm-icons-0.4.0_pre1 have a bad directory install.

Correct this line:

.............
dodir /usr/bin
        mv ${D}/${D}/usr/bin/wm-icons-config ${D}/usr/bin/wm-icons-config
        rm -rf ${D}/${D}/usr/bin        <----------------

        einfo "Setting default aliases..."
..............

on 

..............
dodir /usr/bin
        mv ${D}/${D}/usr/bin/wm-icons-config ${D}/usr/bin/wm-icons-config
        rm -rf ${D}/var    <-------------------

        einfo "Setting default aliases..."
.............


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Antonio 2004-03-26 12:40:37 UTC
Created attachment 28098 [details]
Correct ebuild

This is the correct ebuild
Comment 2 Tavis Ormandy (RETIRED) gentoo-dev 2004-05-06 12:25:22 UTC
well spotted :)

Thanks, I'll commit your fix.