From 8181715b54b8f1c6c418d2c49e67a86ec861cb9a Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sat, 10 Mar 2007 15:09:35 +0000 Subject: - use externals scripts for haskell deps --- find-provides.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'find-provides.in') diff --git a/find-provides.in b/find-provides.in index 055b21e..105af38 100755 --- a/find-provides.in +++ b/find-provides.in @@ -94,8 +94,8 @@ fi # # --- haskell provides -if [ -x /usr/bin/cabalrpmprov ]; then - find . -name "*.cabal" | xargs /usr/bin/cabalrpmprov +if [ -x /usr/bin/haskell-find-provides ]; then +echo $filelist | tr '[:blank:]' '\n' | /usr/bin/haskell-find-provides fi exit 0 -- cgit v1.2.1