Changeset 7638

Show
Ignore:
Timestamp:
10/16/05 16:11:08 (3 years ago)
Author:
rafl
Message:

r17178@ata: rafl | 2005-10-16 15:45:31 +0200
Debian:

  • Configure with DESTDIR=/usr/lib/haskell-packages/ghc6/ so the paths in the generated cabal file are correct.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/rules

    r7528 r7638  
    1616configure-stamp: patch-stamp 
    1717        dh_testdir 
    18         PUGS_EMBED=perl5 perl Makefile.PL INSTALLDIRS=vendor 
     18        PUGS_EMBED=perl5 perl Makefile.PL INSTALLDIRS=vendor DESTDIR=/usr/lib/haskell-packages/ghc6/ 
    1919        touch configure-stamp 
    2020