Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30281 - A little fix for Freepascal (fpc) ebuild
Summary: A little fix for Freepascal (fpc) ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Markus Nigbur (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 15:19 UTC by Tomasz Olszewski
Modified: 2003-10-18 17:29 UTC (History)
0 users

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


Attachments
This is the mentioned ebuild (fpc-1.0.10-r1.ebuild,804 bytes, text/plain)
2003-10-03 15:20 UTC, Tomasz Olszewski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Olszewski 2003-10-03 15:19:05 UTC
I include an updated version of Freepascal ebuild. There was a problem with
location of manuals: manfiles were in a wrong path (usr/share/man/man/ -- the
last man/ should be cut off). Now, before installing, they are moved into
usr/share/man/ and usr/share/man/man is being removed.

Reproducible: Always
Steps to Reproduce:
Comment 1 Tomasz Olszewski 2003-10-03 15:20:50 UTC
Created attachment 18698 [details]
This is the mentioned ebuild
Comment 2 Markus Nigbur (RETIRED) gentoo-dev 2003-10-07 04:19:13 UTC
shouldn't we change the install path instead of moving the file afterwards?
otherwise portage can't tracke those files for unmerging anymore.
Comment 3 Tomasz Olszewski 2003-10-07 12:39:56 UTC
But those files are moved _before_ being actually merged -- so I think portage
will track them. Am I wrong?
Comment 4 Markus Nigbur (RETIRED) gentoo-dev 2003-10-18 17:29:02 UTC
yeah sure, my fault.
fixed in cvs.