Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146372 - net-ftp/ncftp-3.2.0 installs useless directory /ESTDIR
Summary: net-ftp/ncftp-3.2.0 installs useless directory /ESTDIR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 04:09 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2006-09-05 21:48 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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2006-09-05 04:09:02 UTC
Hi,

as mentioned in summary, ncftp-3.2.0 is installing /ESTDIR which is empty and imho shouldn't go into /

For now, I fix it this way but I don't know if ESTDIR is needed by ncftp:

--- /usr/portage/net-ftp/ncftp/ncftp-3.2.0.ebuild       2006-09-04 11:25:17.0000
00000 +0200
+++ /usr/local/portage/net-ftp/ncftp/ncftp-3.2.0.ebuild 2006-09-05 12:59:44.0000
00000 +0200
@@ -29,4 +29,6 @@
        emake install DESTDIR="${D}" || die
        dodoc README.txt doc/*.txt
        dohtml doc/html/*.html
+       # removing useless empty dir /ESTDIR
+       rm -rf "${D}"/ESTDIR || die "rm /ESTDIR failed"
 }

Cheers
Poly-C
Comment 1 SpanKY gentoo-dev 2006-09-05 21:48:52 UTC
oops, i forgot to fix this

should be set in cvs now