[Pkg-haskell-commits] darcs: ghc: Add the missing "-t" option

Joachim Breitner mail at joachim-breitner.de
Fri Jun 17 15:04:06 UTC 2011


Fri Jun 17 15:03:53 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add the missing "-t" option
  Ignore-this: 6224798c2b2d50eb2222706e916b7fc4

    M ./ghc-doc.postinst.in -1 +1

Fri Jun 17 15:03:53 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add the missing "-t" option
  Ignore-this: 6224798c2b2d50eb2222706e916b7fc4
diff -rN -u old-ghc//ghc-doc.postinst.in new-ghc//ghc-doc.postinst.in
--- old-ghc//ghc-doc.postinst.in	2011-06-17 15:04:06.245276800 +0000
+++ new-ghc//ghc-doc.postinst.in	2011-06-17 15:04:06.261275720 +0000
@@ -35,7 +35,7 @@
             then
                 echo "Turning $path into a symbolic link to /usr/lib/ghc-doc/haddock/"
 		# This line should successfully do nothing for an empty directory
-                find $path -maxdepth 1 -mindepth 1 -print0 | xargs -0 -r mv /usr/lib/ghc-doc/haddock/
+                find $path -maxdepth 1 -mindepth 1 -print0 | xargs -0 -r mv -t /usr/lib/ghc-doc/haddock/
                 rmdir $path
                 ln -s ../ghc-doc/haddock $path
             fi





More information about the Pkg-haskell-commits mailing list