Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67771 - sylpheed-iconset-20040206 ebuild have a error.
Summary: sylpheed-iconset-20040206 ebuild have a error.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Marius Mauch (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-16 05:38 UTC by Antonio
Modified: 2004-10-17 16:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-10-16 05:38:08 UTC
>>> md5 src_uri ;-) sylpheed-iconset-20040206.tar.gz
>>> Checking sylpheed-iconset-20040206.tar.gz's mtime...
>>> WORKDIR is up-to-date, keeping...

>>> Install sylpheed-iconset-20040206 into /var/tmp/portage/sylpheed-iconset-20040206/image/ category x11-themes
rm: impossibile rimuovere `INSTALL': No such file or directory  <------------ ???
man:
prepallstrip:
strip: 
>>> Completed installing into /var/tmp/portage/sylpheed-iconset-20040206/image/

INSTALL file does not exist in source.

Modify ebuild:
src_install() {
        dodir /usr/share/sylpheed-claws/themes
        dodoc README
        rm README INSTALL   <------------ modify in rm README
        chmod 644 */*
        cp -r * ${D}/usr/share/sylpheed-claws/themes
        dodir /usr/share/sylpheed
        dosym /usr/share/sylpheed-claws/themes /usr/share/sylpheed/themes
}



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-10-17 16:40:50 UTC
changed rm to rm -f to avoid the error message.