#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 igloo):

 Supporting DESTDIR will make this irrelevant, but you shouldn't need to do
 that. In Debian we just do
 {{{
 $(MAKE) prefix=`pwd`/debian/tmp/usr install
 }}}
 Everything else gets the right value relative to ${prefix}.

-- 
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

Reply via email to