[Hackage] #555: mandir is totally busted (wrong,
and ignores --destdir)?
Hackage
trac at galois.com
Sun May 24 11:20:50 EDT 2009
#555: mandir is totally busted (wrong, and ignores --destdir)?
--------------------------------------------------+-------------------------
Reporter: Trent W. Buck <trentbuck at gmail.com> | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Cabal library | Version: 1.6.0.1
Severity: normal | Resolution: fixed
Keywords: mandir | Difficulty: unknown
Ghcversion: 6.10.1 | Platform: Linux
--------------------------------------------------+-------------------------
Changes (by duncan):
* status: new => closed
* resolution: => fixed
Comment:
Thanks for the report. You'll be glad to know it has been fixed already
and the fix made it into the 1.6.0.2 release. If you still find the
problem in the later release then please reopen this ticket.
{{{
Tue Feb 3 04:33:38 GMT 2009 Samuel Bronson <naesten at gmail.com>
* Correct docdir -> mandir in InstallDirs
hunk ./Distribution/Simple/InstallDirs.hs 287
- mandir = subst docdir (prefixBinLibDataVars ++
[docdirVar]),
+ mandir = subst mandir (prefixBinLibDataVars ++
[docdirVar]),
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/555#comment:5>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list