[Pkg-haskell-commits] darcs: haskell-hoogle: find's -wholename option to filter hoogle txt file path

kiwamu at debian.or.jp kiwamu at debian.or.jp
Wed Sep 12 11:33:09 UTC 2012


Wed Sep 12 11:30:28 UTC 2012  kiwamu at debian.or.jp
  * find's -wholename option to filter hoogle txt file path
  Ignore-this: eb8a2ad57923d59c9aaee85f3c501316

    M ./files_hoogle/update-hoogle -1 +1

Wed Sep 12 11:30:28 UTC 2012  kiwamu at debian.or.jp
  * find's -wholename option to filter hoogle txt file path
  Ignore-this: eb8a2ad57923d59c9aaee85f3c501316
diff -rN -u old-haskell-hoogle//files_hoogle/update-hoogle new-haskell-hoogle//files_hoogle/update-hoogle
--- old-haskell-hoogle//files_hoogle/update-hoogle	2012-09-12 11:33:09.189326265 +0000
+++ new-haskell-hoogle//files_hoogle/update-hoogle	2012-09-12 11:33:09.213326528 +0000
@@ -20,7 +20,7 @@
   haddock_collect $URLPREFIX $DATABASE_DIR/
 
 echo "Collect txt files on libghc-*-doc"
-find /usr/share/doc/libghc-*-doc/html/ -name "*.txt*" 2>/dev/null | \
+find /usr/share/doc/libghc-*-doc/html -wholename "/usr/share/doc/libghc-*-doc/html/*.txt" 2>/dev/null | \
   haddock_collect $URLPREFIX $DATABASE_DIR/
 
 # convert





More information about the Pkg-haskell-commits mailing list