diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-12-01 11:55:46 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-12-01 11:56:30 +0200 |
commit | 449f6c4bea509c2ce86761974053ca7e5571f980 (patch) | |
tree | 0ca8a962783438acc5fa1ec18ba7d32025854db5 /fileattrs | |
parent | c77f1c6522e4b1fafab9bc0340c7dea40445894d (diff) | |
download | librpm-tizen-449f6c4bea509c2ce86761974053ca7e5571f980.tar.gz librpm-tizen-449f6c4bea509c2ce86761974053ca7e5571f980.tar.bz2 librpm-tizen-449f6c4bea509c2ce86761974053ca7e5571f980.zip |
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
Diffstat (limited to 'fileattrs')
-rw-r--r-- | fileattrs/mono.attr | 4 |
1 files 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.*$ |