aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-03-08 17:20:32 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-03-08 17:20:32 +0000
commit251e5e4c5c8da930b8d3e38b15110db4c55e60fb (patch)
tree98c2ca83e1265ea1a93b4cf4c5dbe99e58a8e75d /find-provides.in
parentaddfcd942d7c9cf44b5fadafaf2185d4e8610694 (diff)
downloadrpm-setup-251e5e4c5c8da930b8d3e38b15110db4c55e60fb.tar
rpm-setup-251e5e4c5c8da930b8d3e38b15110db4c55e60fb.tar.gz
rpm-setup-251e5e4c5c8da930b8d3e38b15110db4c55e60fb.tar.bz2
rpm-setup-251e5e4c5c8da930b8d3e38b15110db4c55e60fb.tar.xz
rpm-setup-251e5e4c5c8da930b8d3e38b15110db4c55e60fb.zip
- handle haskell requirement
Diffstat (limited to 'find-provides.in')
-rwxr-xr-xfind-provides.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/find-provides.in b/find-provides.in
index 38270b6..055b21e 100755
--- a/find-provides.in
+++ b/find-provides.in
@@ -91,4 +91,11 @@ if [ -x /usr/bin/mono-find-provides ]; then
echo $filelist | tr '[:blank:]' '\n' | /usr/bin/mono-find-provides
fi
+
+#
+# --- haskell provides
+if [ -x /usr/bin/cabalrpmprov ]; then
+ find . -name "*.cabal" | xargs /usr/bin/cabalrpmprov
+fi
+
exit 0