From 449f6c4bea509c2ce86761974053ca7e5571f980 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 1 Dec 2010 11:55:46 +0200 Subject: Oops, mono dependency extractors need a bunch of arguments - Regression from the initial conversion to the new system in commit 8c7e53ec80e84f48bfc67181f3d5dd81ecdb7523 - The buildroot doesn't need passing as arg anymore but for now, just keep it compatible --- fileattrs/mono.attr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fileattrs/mono.attr b/fileattrs/mono.attr index d7a908e42..b9e0fddbe 100644 --- a/fileattrs/mono.attr +++ b/fileattrs/mono.attr @@ -1,3 +1,3 @@ -%__mono_provides %{_rpmconfigdir}/mono-find-provides.sh -%__mono_requires %{_rpmconfigdir}/mono-find-requires.sh +%__mono_provides %{_rpmconfigdir}/mono-find-provides.sh %{_builddir}/%{?buildsubdir} %{buildroot} %{_libdir} +%__mono_requires %{_rpmconfigdir}/mono-find-requires.sh %{_builddir}/%{?buildsubdir} %{buildroot} %{_libdir} %__mono_magic ^Mono/.Net assembly.*$ -- cgit v1.2.3