[Pkg-haskell-commits] darcs: ghc: Fix creation of /usr/lib/ghc-doc/haddock/ghc

Joachim Breitner mail at joachim-breitner.de
Mon May 4 09:25:03 UTC 2015


Mon May  4 08:22:02 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix creation of /usr/lib/ghc-doc/haddock/ghc

    M ./rules +1

Mon May  4 08:22:02 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix creation of /usr/lib/ghc-doc/haddock/ghc
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2015-05-04 09:25:03.550642714 +0000
+++ new-ghc/rules	2015-05-04 09:25:03.570642722 +0000
@@ -193,6 +193,7 @@
 	mkdir -p debian/tmp/usr/lib/ghc-doc
 	cp debian/gen_contents_index debian/tmp/usr/lib/ghc-doc/
 	chmod +x debian/tmp/usr/lib/ghc-doc/gen_contents_index
+	mkdir debian/tmp/usr/lib/ghc-doc/haddock
 	mkdir debian/tmp/usr/lib/ghc-doc/haddock/ghc/
 	for f in `find debian/tmp/usr/share/doc/ghc-doc/html/libraries/ -maxdepth 1 -mindepth 1 -type d`; do \
 	    mkdir debian/tmp/usr/lib/ghc-doc/haddock/ghc/`basename $$f` ; \




More information about the Pkg-haskell-commits mailing list