X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc.spec.in;fp=ghc.spec.in;h=edd20f53db2106a302bdcc382f5b86a2d71eafa9;hp=8508c4456db9b6b36ea8cf7ce2462ca7240554f7;hb=120fe1be1b36937e51a9529e162af41080dffdc5;hpb=8dff9f800a9f7d2e27e485336fc6db9d5df4fdc4 diff --git a/ghc.spec.in b/ghc.spec.in index 8508c44..edd20f5 100644 --- a/ghc.spec.in +++ b/ghc.spec.in @@ -2,7 +2,7 @@ # # Copyright [1998..2004] The GHC Team # -# Thanks to Zoltan Vorosbaranyi for suggestions in +# Thanks to Zoltan Vorosbaranyi for suggestions in # earlier versions and Pixel for coding tips. # # This file is subject to the same free software license as GHC. @@ -88,7 +88,7 @@ make make html make -C docs/ext-core ps make -C docs/storage-mgt ps - + %install make prefix=${RPM_BUILD_ROOT}%{prefix} install make datadir=`pwd` install-docs @@ -99,7 +99,7 @@ make datadir=`pwd` install-docs # * generating file lists in a BUILD_ROOT spec is a bit tricky: the file list # has to contain complete paths, _but_ without the BUILD_ROOT, we also do # _not_ want have directory names in the list; furthermore, we have to make -# sure that any leading / is removed from %{prefix}/lib, as find has to +# sure that any leading / is removed from %{prefix}/lib, as find has to # interpret the argument as a relative path; however, we have to include the # leading / again in the final file list (otherwise, rpm complains) # * isn't there an easier way to do all this?