Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Reading through 'man fortune' I get: [SNIP] FILES Note: these are the defaults as defined at compile time. /var/tmp/portage/fortune-mod-9708-r1/image//usr/share/fortune Directory for innoffensive fortunes. /var/tmp/portage/fortune-mod-9708-r1/image//usr/share/fortune/off Directory for offensive fortunes. If a particular set of fortunes is particularly unwanted, there is an easy solution: delete the associated .dat file. This leaves the data intact, should the file later be wanted, but since fortune no longer finds the pointers file, it ignores the text file. [/SNIP] Note the mention of "/var/tmp/portage/fortune-mod-9708-r1/image/". Reproducible: Always Steps to Reproduce: 1. 2. 3. Patch: dice@entropy dice $ diff -urN /usr/portage/app-games/fortune-mod/fortune-mod-9708-r1.ebuild /usr/local/portage/app-games/fortune-mod/fortune-mod-9708-r2.ebuild --- /usr/portage/app-games/fortune-mod/fortune-mod-9708-r1.ebuild 2003-03-05 07:20:54.000000000 -0800 +++ /usr/local/portage/app-games/fortune-mod/fortune-mod-9708-r2.ebuild 2003-04-28 20:18:13.000000000 -0700 @@ -69,6 +69,13 @@ make install || die + # Fix the man page + cp ${D}/usr/share/man/man6/fortune.6 ${D}/usr/share/man/man6/fortune.6. orig + sed \ + -e "s:${D}::" \ + ${D}/usr/share/man/man6/fortune.6.orig > ${D} /usr/share/man/man6/fortune.6 + rm ${D}/usr/share/man/man6/fortune.6.orig + dodoc ChangeLog INDEX INSTALL Notes README TODO }
Created an attachment (id=11293) [details] updated ebuild Updated ebuild with applied changes.
heres a better workaround: dosed "s:${T}::" /usr/share/man/man6/fortune.6 the 'portage' way of doing it you might say ;)
fixed in cvs