[Pkg-haskell-commits] darcs: ghc: Do not change topdir in ghc-pkg; handle this by symlink

Joachim Breitner mail at joachim-breitner.de
Sat Feb 8 14:01:36 UTC 2014


Sat Feb  8 12:24:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not change topdir in ghc-pkg; handle this by symlink

    M ./rules -1

Sat Feb  8 12:24:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not change topdir in ghc-pkg; handle this by symlink
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2014-02-08 14:01:36.641339270 +0000
+++ new-ghc/rules	2014-02-08 14:01:36.661339282 +0000
@@ -188,7 +188,6 @@
 	if inplace/bin/ghc-stage2 --info | grep '"Have interpreter","NO"'; then \
 	    cd debian/tmp/usr/bin ;rm -f ghci* runghc* runhaskell*; \
 	fi
-	sed -i 's,topdir="/usr/lib,topdir="/var/lib,' debian/tmp/usr/bin/ghc-pkg-$(ProjectVersion)
 	cd debian/haddock-build/haddock; ./Setup copy --dest=../../tmp
 
 	# Check if we have a ghci binary




More information about the Pkg-haskell-commits mailing list