#1163: ghc install should support DESTDIR
-----------------------------+----------------------------------------------
Reporter: bohanlon | Owner:
Type: bug | Status: new
Priority: high | Milestone: 6.8
Component: Compiler | Version: 6.6
Severity: normal | Resolution:
Keywords: installation | Difficulty: Easy (1 hr)
Os: Unknown | Testcase:
Architecture: Multiple |
-----------------------------+----------------------------------------------
Comment (by duncan):
It'd certainly make building distro packages easier. Currently in Gentoo
we have to:
{{{
emake -j1 ${insttarget} \
prefix="${D}/usr" \
datadir="${D}/usr/share/doc/${P}" \
infodir="${D}/usr/share/info" \
mandir="${D}/usr/share/man" \
libdir0="${D}/usr/$(get_libdir)" \
|| die "make ${insttarget} failed"
}}}
If we could reduce the overrides to just {{{DESTDIR="${D}"}}} that'd be
nice.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1163>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs