- fix docs packaging (RPM macros v 1.2) - fix ppc64 LLVM backend - package Postscript and PDF manuals (forwarded request 210907 from ptrommler) OBS-URL: https://build.opensuse.org/request/show/210908 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=146
14 lines
817 B
Diff
14 lines
817 B
Diff
--- ghc-7.6.3/utils/ghc-cabal/Main.hs~ 2013-04-19 06:22:47.000000000 +0900
|
|
+++ ghc-7.6.3/utils/ghc-cabal/Main.hs 2013-10-29 12:35:18.916340631 +0900
|
|
@@ -180,8 +180,8 @@
|
|
libsubdir = toPathTemplate "$pkgid",
|
|
docdir = toPathTemplate $
|
|
if relocatableBuild
|
|
- then "$topdir/../doc/html/libraries/$pkgid"
|
|
- else (myDocdir </> "$pkgid"),
|
|
+ then "$topdir/../doc/html/libraries/$pkg"
|
|
+ else (myDocdir </> "$pkg"),
|
|
htmldir = toPathTemplate "$docdir"
|
|
}
|
|
progs = withPrograms lbi
|