diff options
author | sven.panne <sven.panne@aedion.de> | 2007-09-02 12:18:02 +0000 |
---|---|---|
committer | sven.panne <sven.panne@aedion.de> | 2007-09-02 12:18:02 +0000 |
commit | 9a8611a7e73d79cd434acdac78ef59615463f44c (patch) | |
tree | a0216a8063e89ac64f3560e7a164b46d5c0ecb68 /haddock.spec | |
parent | 5847a3617e35f902a04e6219fc8439635a1f0911 (diff) |
Install LICENSE in the correct place
Diffstat (limited to 'haddock.spec')
-rw-r--r-- | haddock.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.spec b/haddock.spec index 498dc4eb..7c85eb32 100644 --- a/haddock.spec +++ b/haddock.spec @@ -55,7 +55,7 @@ should all be ok). %setup %build -runhaskell Setup.lhs configure --prefix=%{prefix} +runhaskell Setup.lhs configure --prefix=%{_prefix} --docdir=%{_datadir}/doc/packages/%{name} runhaskell Setup.lhs build cd doc test -f configure || autoreconf |